3 references to GetPublicSymbol
Microsoft.CodeAnalysis.CSharp (3)
Compilation\MemberSemanticModel.cs (3)
890
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
896
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();
902
return bound == null ? null : bound.DefinedSymbol.
GetPublicSymbol
();