9 references to AddUsingTaskBody
Microsoft.Build.Engine.OM.UnitTests (3)
Construction\ProjectRootElement_Tests.cs (1)
1186inlineUt.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)
1732element.AddUsingTaskBody("$(FalseString)", String.Empty); 1756element.AddUsingTaskBody("@(ItemWithTrueItem)", String.Empty); 1925taskbyFile1.AddUsingTaskBody("true", "b1"); 1942taskbyName.AddUsingTaskBody("true", "b2"); 1960taskByFile2.AddUsingTaskBody("true", "b3"); 2159element.AddUsingTaskBody(evaluate, body);