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