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