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