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