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