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)
195
using var _ =
_asyncListener
.BeginAsyncOperation(nameof(AddWork));
210
await
_asyncListener
.Delay(_delay, _entireQueueCancellationToken).NoThrowAwaitableInternal(false);