1 instantiation of PointerTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (1)
Symbols\Metadata\PE\SymbolFactory.vb (1)
65Return New PointerTypeSymbol(type, VisualBasicCustomModifier.Convert(customModifiers))
3 references to PointerTypeSymbol
Microsoft.CodeAnalysis.VisualBasic (3)
Symbols\PointerTypeSymbol.vb (3)
44Dim current As PointerTypeSymbol = Me 50current = TryCast(last, PointerTypeSymbol) 61Dim other = TryCast(obj, PointerTypeSymbol)