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