2 overrides of UnderlyingSymbol
Microsoft.CodeAnalysis.VisualBasic (2)
Emit\MethodReference.vb (1)
22
Protected Overrides ReadOnly Property
UnderlyingSymbol
As Symbol
Emit\SpecializedFieldReference.vb (1)
30
Protected Overrides ReadOnly Property
UnderlyingSymbol
As Symbol
4 references to UnderlyingSymbol
Microsoft.CodeAnalysis.VisualBasic (4)
Emit\TypeMemberReference.vb (4)
16
Return moduleBeingBuilt.Translate(
UnderlyingSymbol
.ContainingType, syntaxNodeOpt:=DirectCast(context.SyntaxNode, VisualBasicSyntaxNode), diagnostics:=context.Diagnostics)
21
Return
UnderlyingSymbol
.MetadataName
26
Return
UnderlyingSymbol
.ToDisplayString(SymbolDisplayFormat.ILVisualizationFormat)
40
Return
UnderlyingSymbol