1 write to _allTargets
Microsoft.Build (1)
Graph\ProjectInterpretation.cs (1)
475
_allTargets
= outerBuildTargets.AddRange(nonOuterBuildTargets);
2 references to _allTargets
Microsoft.Build (2)
Graph\ProjectInterpretation.cs (2)
534
ProjectType.InnerBuild => RemoveNonexistentTargetsIfSkippable(
_allTargets
),
536
ProjectType.NonMultitargeting => RemoveNonexistentTargetsIfSkippable(
_allTargets
),