10 references to _nextBatch
Microsoft.CodeAnalysis.Razor.Workspaces (10)
Utilities\AsyncBatchingWorkQueue`2.cs (10)
79
/// manner. When work is added we'll place the data into <see cref="
_nextBatch
"/>.
97
/// cref="
_nextBatch
"/>.
102
/// Task kicked off to do the next batch of processing of <see cref="
_nextBatch
"/>. These
109
/// of <see cref="
_nextBatch
"/>. If there is an existing in flight task, we don't need to
148
_nextBatch
.Clear();
197
_nextBatch
.AddRange(items);
206
_nextBatch
.Add(item);
231
if (_idleAction is { } idleAction &&
_nextBatch
.Count == 0)
305
var nextBatch =
_nextBatch
.ToImmutable();
309
_nextBatch
.Clear();