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