4 references to ExecuteTargetsLocation
Microsoft.Build (2)
BackEnd\Components\RequestBuilder\TargetEntry.cs (2)
718
var errorTargets = _expander.ExpandIntoStringListLeaveEscaped(errorTargetInstance.ExecuteTargets, ExpanderOptions.ExpandPropertiesAndItems, errorTargetInstance.
ExecuteTargetsLocation
);
723
allErrorTargets.Add(new TargetSpecification(errorTargetName, errorTargetInstance.
ExecuteTargetsLocation
));
Microsoft.Build.Engine.UnitTests (2)
TestComparers\ProjectInstanceModelTestComparers.cs (2)
303
Assert.Equal(x.
ExecuteTargetsLocation
, y.
ExecuteTargetsLocation
, new Helpers.ElementLocationComparerIgnoringType());