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