2 references to ConstructRequestExecutionQueue
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
AbstractLanguageServer.cs (2)
28
/// <see cref="
ConstructRequestExecutionQueue
"/> or <see cref="ConstructLspServices"/>
75
_queue = new Lazy<IRequestExecutionQueue<TRequestContext>>(() =>
ConstructRequestExecutionQueue
());