9 references to _nextBatch
Microsoft.CodeAnalysis.Workspaces (9)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (9)
65
/// manner. When work is added we'll place the data into <see cref="
_nextBatch
"/>.
83
/// cref="
_nextBatch
"/>.
88
/// Task kicked off to do the next batch of processing of <see cref="
_nextBatch
"/>. These
95
/// of <see cref="
_nextBatch
"/>. If there is an existing in flight task, we don't need to
136
_nextBatch
.Clear();
181
_nextBatch
.AddRange(items);
189
_nextBatch
.Add(item);
291
var nextBatch =
_nextBatch
.ToImmutable();
295
_nextBatch
.Clear();