2 references to FormatNamespaceOrTypeSymbol
Microsoft.VisualStudio.LanguageServices.CSharp (2)
LanguageService\CSharpHelpContextService.cs (2)
554
return
FormatNamespaceOrTypeSymbol
((INamespaceOrTypeSymbol)symbol);
562
var containingType =
FormatNamespaceOrTypeSymbol
(symbol.ContainingType);