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