1 write to _removeBatches
MSBuild.Benchmarks (1)
LookupGetItemsBenchmark.cs (1)
72
_removeBatches
= new List<List<ProjectItemInstance>>(RemoveBatchCount);
4 references to _removeBatches
MSBuild.Benchmarks (4)
LookupGetItemsBenchmark.cs (4)
89
_removeBatches
.Add(batch);
106
foreach (List<ProjectItemInstance> batch in
_removeBatches
)
129
foreach (List<ProjectItemInstance> batch in
_removeBatches
)
156
for (int i = 0; i <
_removeBatches
.Count; i++)