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