2 implementations of GetLabelForSymbol
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Progression\CSharpProgressionLanguageService.cs (1)
97public string GetLabelForSymbol(ISymbol symbol, bool includeContainingSymbol)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Progression\VisualBasicProgressionLanguageService.vb (1)
77Public Function GetLabelForSymbol(symbol As ISymbol, includeContainingSymbol As Boolean) As String Implements IProgressionLanguageService.GetLabelForSymbol
3 references to GetLabelForSymbol
Microsoft.VisualStudio.LanguageServices (2)
Progression\GraphBuilder.cs (2)
337node[RoslynGraphProperties.FormattedLabelWithoutContainingSymbol] = progressionLanguageService.GetLabelForSymbol(symbol, includeContainingSymbol: false); 338node[RoslynGraphProperties.FormattedLabelWithContainingSymbol] = progressionLanguageService.GetLabelForSymbol(symbol, includeContainingSymbol: true);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Progression\VisualBasicProgressionLanguageService.vb (1)
77Public Function GetLabelForSymbol(symbol As ISymbol, includeContainingSymbol As Boolean) As String Implements IProgressionLanguageService.GetLabelForSymbol