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