3 references to RemoveBatchCount
MSBuild.Benchmarks (3)
LookupGetItemsBenchmark.cs (3)
72
_removeBatches = new List<List<ProjectItemInstance>>(
RemoveBatchCount
);
73
int totalToRemove =
RemoveBatchCount
* RemoveBatchSize;
81
for (int b = 0; b <
RemoveBatchCount
; b++)