1 write to _queueProcessingTask
Microsoft.CommonLanguageServerProtocol.Framework.Package (1)
RequestExecutionQueue.cs (1)
130
_queueProcessingTask
= ProcessQueueAsync();
2 references to _queueProcessingTask
Microsoft.CommonLanguageServerProtocol.Framework.Package (2)
RequestExecutionQueue.cs (2)
466
if (_queue.
_queueProcessingTask
is not null)
468
await _queue.
_queueProcessingTask
.ConfigureAwait(false);