2 references to GetDescriptionForSymbol
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (2)
348
node[RoslynGraphProperties.Description] = progressionLanguageService.
GetDescriptionForSymbol
(symbol, includeContainingSymbol: false);
349
node[RoslynGraphProperties.DescriptionWithContainingSymbol] = progressionLanguageService.
GetDescriptionForSymbol
(symbol, includeContainingSymbol: true);