1 write to _processBatchAsync
Microsoft.CodeAnalysis.Workspaces (1)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (1)
109
_processBatchAsync
= processBatchAsync;
4 references to _processBatchAsync
Microsoft.CodeAnalysis.Workspaces (4)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (4)
55
/// immediately discarded. The cancellation token passed to <see cref="
_processBatchAsync
"/> will be triggered
213
/// cref="
_processBatchAsync
"/>. If the last <see cref="
_processBatchAsync
"/> canceled or failed, then a
233
return await
_processBatchAsync
(nextBatch, batchCancellationToken).ConfigureAwait(false);