2 writes to _allTargets
Microsoft.Build (2)
Graph\ProjectInterpretation.cs (2)
523
_allTargets
= [];
537
_allTargets
= combined;
3 references to _allTargets
Microsoft.Build (3)
Graph\ProjectInterpretation.cs (3)
590
ProjectType.InnerBuild =>
_allTargets
.Length,
591
ProjectType.NonMultitargeting =>
_allTargets
.Length,
607
TargetSpecification t =
_allTargets
[i];