9 references to _nextBatch
Microsoft.CodeAnalysis.CodeStyle (9)
src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (9)
66
/// manner. When work is added we'll place the data into <see cref="
_nextBatch
"/>.
84
/// cref="
_nextBatch
"/>.
89
/// Task kicked off to do the next batch of processing of <see cref="
_nextBatch
"/>. These
96
/// of <see cref="
_nextBatch
"/>. If there is an existing in flight task, we don't need to
137
_nextBatch
.Clear();
188
_nextBatch
.AddRange(items);
196
_nextBatch
.Add(item);
299
var nextBatch =
_nextBatch
.ToImmutable();
303
_nextBatch
.Clear();