1 write to BatchSize
HelixTestTasks (1)
GroupWorkItems.cs (1)
34BatchSize = 10;
3 references to BatchSize
HelixTestTasks (3)
GroupWorkItems.cs (3)
16/// <see cref="BatchSize"/> batches, always assigning the next item to the 33if (BatchSize <= 0) 74int numBatches = Math.Min(BatchSize, smallItems.Count);