2 overrides of CreateUsingTaskParameterGroupElement
Microsoft.Build.Engine.OM.UnitTests (1)
ObjectModelRemoting\RemoteProjectsProviderMock\ConstructionLinkMocks\MockProjectRootElementLink.cs (1)
298public override UsingTaskParameterGroupElement CreateUsingTaskParameterGroupElement()
Microsoft.Build.Engine.UnitTests (1)
InstanceFromRemote\FakeProjectRootElementLink.cs (1)
122public override UsingTaskParameterGroupElement CreateUsingTaskParameterGroupElement() => throw new NotImplementedException();
1 reference to CreateUsingTaskParameterGroupElement
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
1482return Link != null ? RootLink.CreateUsingTaskParameterGroupElement() : UsingTaskParameterGroupElement.CreateDisconnected(this);