3 references to GetPublicSymbol
Microsoft.CodeAnalysis.CSharp (3)
Compilation\MemberSemanticModel.cs (3)
908
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
914
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
920
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();