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