5 references to CreateItemGroupElement
Microsoft.Build (4)
Construction\ProjectItemGroupElement.cs (1)
183return owner.CreateItemGroupElement();
Construction\ProjectRootElement.cs (1)
1068ProjectItemGroupElement newItemGroup = CreateItemGroupElement();
Construction\ProjectTargetElement.cs (1)
355ProjectItemGroupElement itemGroup = ContainingProject.CreateItemGroupElement();
ObjectModelRemoting\ConstructionObjectLinks\ProjectRootElementLink.cs (1)
99/// Facilitate remoting the <see cref="ProjectRootElement.CreateItemGroupElement"/>.
Microsoft.DotNet.Cli.Utils (1)
Extensions\MSBuildProjectExtensions.cs (1)
55ProjectItemGroupElement ret = root.CreateItemGroupElement();