6 references to CreateUsingTaskParameterGroupElement
Microsoft.Build (4)
Construction\ProjectUsingTaskElement.cs (1)
210UsingTaskParameterGroupElement newParameterGroup = ContainingProject.CreateUsingTaskParameterGroupElement();
Construction\UsingTaskParameterGroupElement.cs (1)
120return owner.CreateUsingTaskParameterGroupElement();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (2)
166/// Facilitate remoting the <see cref="ProjectRootElement.CreateUsingTaskParameterGroupElement"/>. 171/// Facilitate remoting the <see cref="ProjectRootElement.CreateUsingTaskParameterGroupElement"/>.
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (1)
129xmlPair.CreateWithVerify<UsingTaskParameterGroupElement>((p) => p.CreateUsingTaskParameterGroupElement());
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
120return (MockUsingTaskParameterGroupElementLinkRemoter)this.Export(this.ProjectXml.CreateUsingTaskParameterGroupElement());