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