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