Implemented interface member:
property
LspServices
Microsoft.CommonLanguageServerProtocol.Framework.IQueueItem<TRequestContext>.LspServices
1 write to LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
57LspServices = lspServices;
1 reference to LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
98var requestContextFactory = LspServices.GetRequiredService<AbstractRequestContextFactory<TRequestContext>>();