Ever wondered why you get some extra members displayed with intellisense when using c# compared to vb? Including things as basic as the ToString method on the Object object?
Well the vb team decided that some members of classes are "Advanced" and not worthy of the average programmers eyes.
Avoid this nonsense by selecting Tools > Options > Text Editor > Basic > General and deselect that "Hide advanced members" checkbox now!