6 references to ItemGroups
dotnet (1)
Commands\Package\VirtualProjectPackageReflector.cs (1)
25
foreach (var itemGroup in projectRootElement.
ItemGroups
)
Microsoft.Build (4)
BuildCheck\Infrastructure\BuildEventsProcessor.cs (1)
95
new ItemsHolder(xml.Items, xml.
ItemGroups
));
Construction\ProjectRootElement.cs (1)
1018
foreach (ProjectItemGroupElement itemGroup in
ItemGroups
)
Definition\Project.cs (2)
2940
foreach (ProjectItemGroupElement group in Xml.
ItemGroups
)
3742
foreach (ProjectItemGroupElement itemGroupXml in Xml.
ItemGroups
)
NuGet.CommandLine.XPlat (1)
Utility\MSBuildAPIUtility.cs (1)
418
var propsItemGroup = GetItemGroup(directoryBuildPropsRootElement.
ItemGroups
, PACKAGE_VERSION_TYPE_TAG, condition: null) ?? directoryBuildPropsRootElement.AddItemGroup();