9 references to _nextBatch
Microsoft.CodeAnalysis.Workspaces (9)
Shared\Utilities\AsyncBatchingWorkQueue`2.cs (9)
64/// manner. When work is added we'll place the data into <see cref="_nextBatch"/>. 82/// cref="_nextBatch"/>. 87/// Task kicked off to do the next batch of processing of <see cref="_nextBatch"/>. These 94/// of <see cref="_nextBatch"/>. If there is an existing in flight task, we don't need to 133_nextBatch.Clear(); 178_nextBatch.AddRange(items); 186_nextBatch.Add(item); 259var nextBatch = _nextBatch.ToImmutable(); 263_nextBatch.Clear();