4 references to CreateUsingTaskParameterGroupElement
Microsoft.Build (4)
Construction\ProjectUsingTaskElement.cs (1)
210UsingTaskParameterGroupElement newParameterGroup = ContainingProject.CreateUsingTaskParameterGroupElement();
Construction\UsingTaskParameterGroupElement.cs (1)
114return owner.CreateUsingTaskParameterGroupElement();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (2)
164/// Facilitate remoting the <see cref="ProjectRootElement.CreateUsingTaskParameterGroupElement"/>. 169/// Facilitate remoting the <see cref="ProjectRootElement.CreateUsingTaskParameterGroupElement"/>.