2 references to GetLabelForSymbol
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (2)
351node[RoslynGraphProperties.FormattedLabelWithoutContainingSymbol] = progressionLanguageService.GetLabelForSymbol(symbol, includeContainingSymbol: false); 352node[RoslynGraphProperties.FormattedLabelWithContainingSymbol] = progressionLanguageService.GetLabelForSymbol(symbol, includeContainingSymbol: true);