2 overrides of UnderlyingSymbol
Microsoft.CodeAnalysis.CSharp (2)
Emitter\Model\MethodReference.cs (1)
26
protected override Symbol
UnderlyingSymbol
Emitter\Model\SpecializedFieldReference.cs (1)
31
protected override Symbol
UnderlyingSymbol
4 references to UnderlyingSymbol
Microsoft.CodeAnalysis.CSharp (4)
Emitter\Model\TypeMemberReference.cs (4)
20
return moduleBeingBuilt.Translate(
UnderlyingSymbol
.ContainingType, (CSharpSyntaxNode)context.SyntaxNode, context.Diagnostics);
27
return
UnderlyingSymbol
.MetadataName;
36
return
UnderlyingSymbol
.ToDisplayString(SymbolDisplayFormat.ILVisualizationFormat);
51
CodeAnalysis.Symbols.ISymbolInternal Cci.IReference.GetInternalSymbol() =>
UnderlyingSymbol
;