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)
1622element.AddUsingTaskBody("$(FalseString)", String.Empty); 1646element.AddUsingTaskBody("@(ItemWithTrueItem)", String.Empty); 1815taskbyFile1.AddUsingTaskBody("true", "b1"); 1832taskbyName.AddUsingTaskBody("true", "b2"); 1850taskByFile2.AddUsingTaskBody("true", "b3"); 2023element.AddUsingTaskBody(evaluate, body);