6 references to CreateUsingTaskParameterGroupElement
Microsoft.Build (4)
Construction\ProjectUsingTaskElement.cs (1)
210
UsingTaskParameterGroupElement newParameterGroup = ContainingProject.
CreateUsingTaskParameterGroupElement
();
Construction\UsingTaskParameterGroupElement.cs (1)
120
return 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)
129
xmlPair.CreateWithVerify<UsingTaskParameterGroupElement>((p) => p.
CreateUsingTaskParameterGroupElement
());
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
120
return (MockUsingTaskParameterGroupElementLinkRemoter)this.Export(this.ProjectXml.
CreateUsingTaskParameterGroupElement
());