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