9 references to _nextBatch
Microsoft.CodeAnalysis.Threading.Package (9)
AsyncBatchingWorkQueue`2.cs (9)
67
/// manner. When work is added we'll place the data into <see cref="
_nextBatch
"/>.
85
/// cref="
_nextBatch
"/>.
90
/// Task kicked off to do the next batch of processing of <see cref="
_nextBatch
"/>. These
97
/// of <see cref="
_nextBatch
"/>. If there is an existing in flight task, we don't need to
143
_nextBatch
.Clear();
194
_nextBatch
.AddRange(items);
202
_nextBatch
.Add(item);
305
var nextBatch =
_nextBatch
.ToImmutable();
309
_nextBatch
.Clear();