3 references to CreateItemDefinitionGroupElement
Microsoft.Build (3)
Construction\ProjectItemDefinitionGroupElement.cs (1)
87return owner.CreateItemDefinitionGroupElement();
Construction\ProjectRootElement.cs (1)
1151ProjectItemDefinitionGroupElement newItemDefinitionGroup = CreateItemDefinitionGroupElement();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
94/// Facilitate remoting the <see cref="ProjectRootElement.CreateItemDefinitionGroupElement"/>.