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)
57LspServices = lspServices;
1 reference to LspServices
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\QueueItem.cs (1)
98var requestContextFactory = LspServices.GetRequiredService<AbstractRequestContextFactory<TRequestContext>>();