9 references to _nextBatch
Microsoft.CodeAnalysis.Analyzers (9)
src\roslyn\src\Dependencies\Threading\AsyncBatchingWorkQueue`2.cs (9)
72
/// manner. When work is added we'll place the data into <see cref="
_nextBatch
"/>.
90
/// cref="
_nextBatch
"/>.
95
/// Task kicked off to do the next batch of processing of <see cref="
_nextBatch
"/>. These
102
/// of <see cref="
_nextBatch
"/>. If there is an existing in flight task, we don't need to
173
_nextBatch
.Clear();
216
_nextBatch
.Add(item);
224
_nextBatch
.Add(item);
327
var nextBatch =
_nextBatch
.ToImmutable();
331
_nextBatch
.Clear();