2 implementations of ILspReferencesResultCreationService
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorLspReferencesResultCreationService.cs (1)
19internal sealed class EditorLspReferencesResultCreationService : ILspReferencesResultCreationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\References\ILspReferencesResultCreationService.cs (1)
31internal sealed class DefaultLspReferencesResultCreationService : ILspReferencesResultCreationService
4 references to ILspReferencesResultCreationService
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorLspReferencesResultCreationService.cs (1)
18[ExportWorkspaceService(typeof(ILspReferencesResultCreationService), ServiceLayer.Editor), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\References\FindUsagesLSPContext.cs (2)
198var service = _workspace.Services.GetRequiredService<ILspReferencesResultCreationService>();
Handler\References\ILspReferencesResultCreationService.cs (1)
30[ExportWorkspaceService(typeof(ILspReferencesResultCreationService)), Shared]