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)
20return moduleBeingBuilt.Translate(UnderlyingSymbol.ContainingType, (CSharpSyntaxNode)context.SyntaxNode, context.Diagnostics); 27return UnderlyingSymbol.MetadataName; 36return UnderlyingSymbol.ToDisplayString(SymbolDisplayFormat.ILVisualizationFormat); 51CodeAnalysis.Symbols.ISymbolInternal Cci.IReference.GetInternalSymbol() => UnderlyingSymbol;