3 references to RemoveBatchSize
MSBuild.Benchmarks (3)
LookupGetItemsBenchmark.cs (3)
73
int totalToRemove = RemoveBatchCount *
RemoveBatchSize
;
83
var batch = new List<ProjectItemInstance>(
RemoveBatchSize
);
84
for (int k = 0; k <
RemoveBatchSize
; k++)