1 write to _queueProcessingTask
Microsoft.CodeAnalysis.LanguageServer.Protocol (1)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (1)
132
_queueProcessingTask
= ProcessQueueAsync();
2 references to _queueProcessingTask
Microsoft.CodeAnalysis.LanguageServer.Protocol (2)
src\LanguageServer\Microsoft.CommonLanguageServerProtocol.Framework\RequestExecutionQueue.cs (2)
468
if (_queue.
_queueProcessingTask
is not null)
470
await _queue.
_queueProcessingTask
.ConfigureAwait(false);