1 override of TaskBody
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectUsingTaskBodyElementLink.cs (1)
46
public override string
TaskBody
{ get => this.Proxy.TaskBody; set => this.Proxy.TaskBody = value; }
1 write to TaskBody
Microsoft.Build (1)
Construction\ProjectUsingTaskBodyElement.cs (1)
70
UsingTaskBodyLink.
TaskBody
= value;
1 reference to TaskBody
Microsoft.Build (1)
Construction\ProjectUsingTaskBodyElement.cs (1)
64
get => Link != null ? UsingTaskBodyLink.
TaskBody
: Internal.Utilities.GetXmlNodeInnerContents(XmlElement);