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