8 references to TaskBody
Microsoft.Build (1)
Instance\TaskRegistry.cs (1)
1619ProjectUsingTaskBodyElement taskElement = projectUsingTaskXml.TaskBody;
Microsoft.Build.Engine.OM.UnitTests (6)
Construction\UsingTaskBodyElement_Tests.cs (1)
141ProjectUsingTaskBodyElement body = usingTask.TaskBody;
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
787ViewValidation.Verify(viewXml.TaskBody, realXml.TaskBody, context);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (3)
499Assert.Null(usingTaskFile.View.TaskBody); 501Assert.Same(body.View, usingTaskFile.View.TaskBody); 502Assert.Same(body.Real, usingTaskFile.Real.TaskBody);
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
1792ProjectUsingTaskBodyElement bodyElement = taskElement.TaskBody;