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)
468if (_queue._queueProcessingTask is not null) 470await _queue._queueProcessingTask.ConfigureAwait(false);