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