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