6 references to onError
Microsoft.Build (6)
Construction\ProjectOnErrorElement.cs (1)
76
XmlElementWithLocation element = containingProject.CreateElement(XMakeElements.
onError
);
Evaluation\ProjectParser.cs (4)
598
ProjectErrorUtilities.ThrowInvalidProject(onError.Location, "NodeMustBeLastUnderElement", XMakeElements.
onError
, XMakeElements.target, childElement.Name);
607
ProjectErrorUtilities.ThrowInvalidProject(onError.Location, "NodeMustBeLastUnderElement", XMakeElements.
onError
, XMakeElements.target, childElement.Name);
613
case XMakeElements.
onError
:
630
ProjectErrorUtilities.ThrowInvalidProject(onError.Location, "NodeMustBeLastUnderElement", XMakeElements.
onError
, XMakeElements.target, childElement.Name);
XMakeElements.cs (1)
51
onError
,