6 references to executeTargets
Microsoft.Build (6)
Construction\ProjectOnErrorElement.cs (4)
54
return GetAttributeValue(XMakeAttributes.
executeTargets
);
59
ErrorUtilities.VerifyThrowArgumentLength(value, XMakeAttributes.
executeTargets
);
60
SetOrRemoveAttribute(XMakeAttributes.
executeTargets
, value, "Set OnError ExecuteTargets {0}", value);
68
public ElementLocation ExecuteTargetsLocation => GetAttributeLocation(XMakeAttributes.
executeTargets
);
Evaluation\ProjectParser.cs (2)
61
private static readonly HashSet<string> ValidAttributesOnOnError = new HashSet<string> { XMakeAttributes.condition, XMakeAttributes.label, XMakeAttributes.
executeTargets
};
617
ProjectXmlUtilities.VerifyThrowProjectRequiredAttribute(childElement, XMakeAttributes.
executeTargets
);