1 write to TaskBody
Microsoft.Build (1)
Construction\ProjectUsingTaskBodyElement.cs (1)
134TaskBody = body
5 references to TaskBody
Microsoft.Build (5)
Construction\ProjectUsingTaskBodyElement.cs (2)
74ErrorUtilities.VerifyThrowArgumentNull(value, nameof(TaskBody)); 151return owner.CreateUsingTaskBodyElement(Evaluate, TaskBody);
Instance\TaskRegistry.cs (2)
1723_inlineTaskXmlBody = expander.ExpandIntoStringLeaveEscaped(taskElement.TaskBody, expanderOptions, taskElement.Location); 1727_inlineTaskXmlBody = taskElement.TaskBody;
ObjectModelRemoting\ConstructionObjectLinks\ProjectUsingTaskBodyElementLink.cs (1)
15/// Access to remote <see cref="ProjectUsingTaskBodyElement.TaskBody"/>.