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)
590ProjectType.InnerBuild => _allTargets.Length, 591ProjectType.NonMultitargeting => _allTargets.Length, 607TargetSpecification t = _allTargets[i];