1 implementation of ICodeLensDisplayInfoService
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
18internal sealed class CSharpCodeLensDisplayInfoService : ICodeLensDisplayInfoService
4 references to ICodeLensDisplayInfoService
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
17[ExportLanguageService(typeof(ICodeLensDisplayInfoService), LanguageNames.CSharp), Shared]
Microsoft.CodeAnalysis.Features (3)
CodeLens\CodeLensReferencesService.cs (3)
112var langServices = document.GetLanguageService<ICodeLensDisplayInfoService>(); 170private static SyntaxNode GetEnclosingCodeElementNode(Document document, SyntaxToken token, ICodeLensDisplayInfoService langServices, CancellationToken cancellationToken)