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)
94
new ItemsHolder(xml.Items, xml.
ItemGroups
));
Construction\ProjectRootElement.cs (1)
1016
foreach (ProjectItemGroupElement itemGroup in
ItemGroups
)
Definition\Project.cs (2)
3069
foreach (ProjectItemGroupElement group in Xml.
ItemGroups
)
3870
foreach (ProjectItemGroupElement itemGroupXml in Xml.
ItemGroups
)
NuGet.CommandLine.XPlat (1)
Utility\MSBuildAPIUtility.cs (1)
417
var propsItemGroup = GetItemGroup(directoryBuildPropsRootElement.
ItemGroups
, PACKAGE_VERSION_TYPE_TAG, condition: null) ?? directoryBuildPropsRootElement.AddItemGroup();