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