1 write to LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
61
LspServices
= lspServices;
2 references to LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
QueueItem.cs (1)
102
var requestContextFactory =
LspServices
.GetRequiredService<AbstractRequestContextFactory<TRequestContext>>();
RequestExecutionQueue.cs (1)
217
lspServices = work.
LspServices
;