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