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