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