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