1 write to TaskBody
Microsoft.Build (1)
Construction\ProjectUsingTaskBodyElement.cs (1)
134
TaskBody
= body
5 references to TaskBody
Microsoft.Build (5)
Construction\ProjectUsingTaskBodyElement.cs (2)
74
ErrorUtilities.VerifyThrowArgumentNull(value, nameof(
TaskBody
));
151
return 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
"/>.