6 references to executeTargets
Microsoft.Build (6)
Construction\ProjectOnErrorElement.cs (4)
55return GetAttributeValue(XMakeAttributes.executeTargets); 60ArgumentException.ThrowIfNullOrEmpty(value, XMakeAttributes.executeTargets); 61SetOrRemoveAttribute(XMakeAttributes.executeTargets, value, "Set OnError ExecuteTargets {0}", value); 69public 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);