3 references to GetRequiredService
Microsoft.CodeAnalysis.LanguageServer.Protocol (3)
Handler\InlayHint\InlayHintResolveHandler.cs (1)
37var inlayHintCache = context.GetRequiredService<InlayHintCache>();
Handler\WorkspaceCommand\ExecuteWorkspaceCommandHandler.cs (2)
32var handlerProvider = context.GetRequiredService<AbstractHandlerProvider>(); 33var lspServices = context.GetRequiredService<ILspServices>();