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); 231if (_idleAction is { } idleAction && _nextBatch.Count == 0) 305var nextBatch = _nextBatch.ToImmutable(); 309_nextBatch.Clear();