2 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
));