9 references to AddUsingTaskBody
Microsoft.Build.Engine.OM.UnitTests (3)
Construction\ProjectRootElement_Tests.cs (1)
1183inlineUt.AddUsingTaskBody("someEvaluate", "someTaskBody");
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (2)
500var body = usingTaskFile.AddNewChaildWithVerify<ProjectUsingTaskBodyElement>(ObjectType.View, "eval", (ut, e) => ut.AddUsingTaskBody(e, "body"), (ut, e) => true); 525var taskBody = usingTask.AddNewChaildWithVerify<ProjectUsingTaskBodyElement>(ObjectType.View, "eval", (ut, e) => ut.AddUsingTaskBody(e, "body"), (ut, e) => true);
Microsoft.Build.Engine.UnitTests (6)
BackEnd\TaskRegistry_Tests.cs (6)
1623element.AddUsingTaskBody("$(FalseString)", String.Empty); 1647element.AddUsingTaskBody("@(ItemWithTrueItem)", String.Empty); 1816taskbyFile1.AddUsingTaskBody("true", "b1"); 1833taskbyName.AddUsingTaskBody("true", "b2"); 1851taskByFile2.AddUsingTaskBody("true", "b3"); 2024element.AddUsingTaskBody(evaluate, body);