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