1 write to _processBatchAsync
Microsoft.CodeAnalysis.Threading.Package (1)
AsyncBatchingWorkQueue`2.cs (1)
114
_processBatchAsync
= processBatchAsync;
4 references to _processBatchAsync
Microsoft.CodeAnalysis.Threading.Package (4)
AsyncBatchingWorkQueue`2.cs (4)
58
/// immediately discarded. The cancellation token passed to <see cref="
_processBatchAsync
"/> will be triggered
235
/// cref="
_processBatchAsync
"/>. If the last <see cref="
_processBatchAsync
"/> canceled or failed, then a
267
var batchResultTask =
_processBatchAsync
(nextBatch, batchCancellationToken).Preserve();