3 references to CreateUsingTaskBodyElement
Microsoft.Build (3)
Construction\ProjectUsingTaskBodyElement.cs (1)
146return owner.CreateUsingTaskBodyElement(Evaluate, TaskBody);
Construction\ProjectUsingTaskElement.cs (1)
221ProjectUsingTaskBodyElement newTaskBody = ContainingProject.CreateUsingTaskBodyElement(evaluate, taskBody);
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
174/// Facilitate remoting the <see cref="ProjectRootElement.CreateUsingTaskBodyElement"/>.