2 references to ICodeLensDisplayInfoService
Microsoft.CodeAnalysis.Features (2)
CodeLens\CodeLensReferencesService.cs (2)
112
var langServices = document.GetLanguageService<
ICodeLensDisplayInfoService
>();
170
private static SyntaxNode GetEnclosingCodeElementNode(Document document, SyntaxToken token,
ICodeLensDisplayInfoService
langServices, CancellationToken cancellationToken)