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