1 implementation of LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
QueueItem.cs (1)
42public ILspServices LspServices { get; }
1 reference to LspServices
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
RequestExecutionQueue.cs (1)
219lspServices = work.LspServices;