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