5 references to GetRequiredLspService
Microsoft.CodeAnalysis.LanguageServer.Protocol (5)
Handler\Completion\CompletionHandler.cs (1)
59
var completionListCache = context.
GetRequiredLspService
<CompletionListCache>();
Handler\Completion\CompletionResolveHandler.cs (1)
49
var completionListCache = context.
GetRequiredLspService
<CompletionListCache>();
Handler\InlayHint\InlayHintHandler.cs (1)
44
var inlayHintCache = context.
GetRequiredLspService
<InlayHintCache>();
Handler\ServerLifetime\InitializeHandler.cs (2)
26
var clientCapabilitiesManager = context.
GetRequiredLspService
<IInitializeManager>();
36
var capabilitiesProvider = context.
GetRequiredLspService
<ICapabilitiesProvider>();