3 references to GetPublicSymbol
Microsoft.CodeAnalysis.CSharp (3)
Compilation\MemberSemanticModel.cs (3)
900
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
906
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
912
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();