1 override of ConstructRequestExecutionQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
RoslynLanguageServer.cs (1)
62
protected override IRequestExecutionQueue<RequestContext>
ConstructRequestExecutionQueue
()
2 references to ConstructRequestExecutionQueue
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\AbstractLanguageServer.cs (2)
27
/// <see cref="
ConstructRequestExecutionQueue
"/> or <see cref="ConstructLspServices"/>
74
_queue = new Lazy<IRequestExecutionQueue<TRequestContext>>(() =>
ConstructRequestExecutionQueue
());