1 write to _processBatchAsync
Microsoft.CodeAnalysis.Razor.Workspaces (1)
Utilities\AsyncBatchingWorkQueue`2.cs (1)
124
_processBatchAsync
= processBatchAsync;
4 references to _processBatchAsync
Microsoft.CodeAnalysis.Razor.Workspaces (4)
Utilities\AsyncBatchingWorkQueue`2.cs (4)
70
/// immediately discarded. The cancellation token passed to <see cref="
_processBatchAsync
"/> will be triggered
242
/// cref="
_processBatchAsync
"/>. If the last <see cref="
_processBatchAsync
"/> canceled or failed, then a
268
var batchResultTask =
_processBatchAsync
(nextBatch, batchCancellationToken).Preserve();