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