2 implementations of ICodeLensDisplayInfoService
Microsoft.CodeAnalysis.CSharp.Features (1)
CodeLens\CSharpCodeLensDisplayInfoService.cs (1)
18internal sealed class CSharpCodeLensDisplayInfoService : ICodeLensDisplayInfoService
Microsoft.CodeAnalysis.VisualBasic.Features (1)
CodeLens\VisualBasicDisplayInfoService.vb (1)
14Implements ICodeLensDisplayInfoService
7 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)
113var langServices = document.GetLanguageService<ICodeLensDisplayInfoService>(); 171private static SyntaxNode GetEnclosingCodeElementNode(Document document, SyntaxToken token, ICodeLensDisplayInfoService langServices, CancellationToken cancellationToken)
Microsoft.CodeAnalysis.VisualBasic.Features (3)
CodeLens\VisualBasicDisplayInfoService.vb (3)
12<ExportLanguageService(GetType(ICodeLensDisplayInfoService), LanguageNames.VisualBasic), [Shared]> 37Public Function GetDisplayNode(node As SyntaxNode) As SyntaxNode Implements ICodeLensDisplayInfoService.GetDisplayNode 119Public Function GetDisplayName(semanticModel As SemanticModel, node As SyntaxNode) As String Implements ICodeLensDisplayInfoService.GetDisplayName