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