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