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