1 implementation of GetDisplayName
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
83
public string
GetDisplayName
(SemanticModel semanticModel, SyntaxNode node)
1 reference to GetDisplayName
Microsoft.CodeAnalysis.Features (1)
CodeLens\CodeLensReferencesService.cs (1)
121
var longName = langServices.
GetDisplayName
(semanticModel, node);