5 references to PropertyGroupsReversed
Microsoft.Build (3)
Construction\ProjectRootElement.cs (3)
1059
foreach (ProjectPropertyGroupElement propertyGroup in
PropertyGroupsReversed
)
1142
foreach (ProjectPropertyGroupElement propertyGroup in
PropertyGroupsReversed
)
1165
foreach (ProjectPropertyGroupElement propertyGroup in
PropertyGroupsReversed
)
Microsoft.Build.Engine.OM.UnitTests (2)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
560
ViewValidation.Verify(viewXml.
PropertyGroupsReversed
, realXml.
PropertyGroupsReversed
, Verify, context);