5 references to GetRequiredLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\CodeLens\CodeLensHandler.cs (1)
48
var codeLensCache = context.
GetRequiredLspService
<CodeLensCache>();
Handler\Completion\CompletionHandler.cs (1)
312
var completionListCache = context.
GetRequiredLspService
<CompletionListCache>();
Handler\ServerLifetime\InitializeHandler.cs (3)
28
var logger = context.
GetRequiredLspService
<ILspServiceLogger>();
33
var clientCapabilitiesManager = context.
GetRequiredLspService
<IClientCapabilitiesManager>();
43
var capabilitiesProvider = context.
GetRequiredLspService
<ICapabilitiesProvider>();