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