3 references to s_labelFormat
Microsoft.VisualStudio.LanguageServices.CSharp (3)
Progression\CSharpProgressionLanguageService.cs (3)
98=> GetSymbolText(symbol, includeContainingSymbol, s_labelFormat); 108label += " : " + typeToShow.ToDisplayString(s_labelFormat); 113label += " (" + symbol.ContainingSymbol.ToDisplayString(s_labelFormat) + ")";