5 references to CreateItemDefinitionElement
Microsoft.Build (5)
Construction\ProjectItemDefinitionElement.cs (1)
122return owner.CreateItemDefinitionElement(ItemType);
Construction\ProjectItemDefinitionGroupElement.cs (1)
57ProjectItemDefinitionElement itemDefinition = ContainingProject.CreateItemDefinitionElement(itemType);
Construction\ProjectRootElement.cs (1)
1119ProjectItemDefinitionElement newItemDefinition = CreateItemDefinitionElement(itemType);
Instance\ProjectItemDefinitionInstance.cs (1)
219ProjectItemDefinitionElement element = parent.ContainingProject.CreateItemDefinitionElement(ItemType);
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
89/// Facilitate remoting the <see cref="ProjectRootElement.CreateItemDefinitionElement"/>.