1 override of CreateUsingTaskParameterGroupElement
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
298public override UsingTaskParameterGroupElement CreateUsingTaskParameterGroupElement()
1 reference to CreateUsingTaskParameterGroupElement
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
1452return Link != null ? RootLink.CreateUsingTaskParameterGroupElement() : UsingTaskParameterGroupElement.CreateDisconnected(this);