1 write to _asyncListener
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
114_asyncListener = asyncListener;
2 references to _asyncListener
Microsoft.CodeAnalysis.Workspaces (2)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (2)
195using var _ = _asyncListener.BeginAsyncOperation(nameof(AddWork)); 210await _asyncListener.Delay(_delay, _entireQueueCancellationToken).NoThrowAwaitableInternal(false);