4 references to usingTaskBody
Microsoft.Build (4)
Construction\ProjectUsingTaskBodyElement.cs (1)
125
XmlElementWithLocation element = containingProject.CreateElement(XMakeElements.
usingTaskBody
);
Evaluation\ProjectParser.cs (2)
565
case XMakeElements.
usingTaskBody
:
692
if (_ParserIgnoreConfiguration?.CheckSkipElement(XMakeElements.
usingTaskBody
, childElement.Name) == true)
Instance\TaskRegistry.cs (1)
1719
XMakeElements.
usingTaskBody
);