3 references to GetPublicSymbol
Microsoft.CodeAnalysis.CSharp (3)
Compilation\MemberSemanticModel.cs (3)
901
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
907
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
913
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();