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