1 write to _processBatchAsync
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (1)
113
_processBatchAsync
= processBatchAsync;
4 references to _processBatchAsync
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (4)
57
/// immediately discarded. The cancellation token passed to <see cref="
_processBatchAsync
"/> will be triggered
226
/// cref="
_processBatchAsync
"/>. If the last <see cref="
_processBatchAsync
"/> canceled or failed, then a
258
var batchResultTask =
_processBatchAsync
(nextBatch, batchCancellationToken).Preserve();