2 implementations of ILspCompletionResultCreationService
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorLspCompletionResultCreationService.cs (1)
20internal sealed class EditorLspCompletionResultCreationService : ILspCompletionResultCreationService
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
Handler\Completion\ILspCompletionResultCreationService.cs (1)
31internal sealed class DefaultLspCompletionResultCreationService : ILspCompletionResultCreationService
4 references to ILspCompletionResultCreationService
Microsoft.CodeAnalysis.EditorFeatures (1)
LanguageServer\EditorLspCompletionResultCreationService.cs (1)
19[ExportWorkspaceService(typeof(ILspCompletionResultCreationService), ServiceLayer.Editor), Shared]
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\Completion\CompletionHandler.cs (2)
171var creationService = document.Project.Solution.Services.GetRequiredService<ILspCompletionResultCreationService>();
Handler\Completion\ILspCompletionResultCreationService.cs (1)
30[ExportWorkspaceService(typeof(ILspCompletionResultCreationService)), Shared]