10 references to PropertyGroups
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
1167foreach (ProjectPropertyGroupElement propertyGroup in PropertyGroups)
Microsoft.Build.Engine.OM.UnitTests (9)
Construction\ConstructionEditing_Tests.cs (1)
2130Assert.Equal(property, Helpers.GetFirst(Helpers.GetFirst(project.PropertyGroups).Properties));
Construction\ProjectPropertyGroupElement_Tests.cs (3)
26Assert.Empty(project.PropertyGroups); 83ProjectPropertyGroupElement propertyGroup = Helpers.GetFirst(project.PropertyGroups); 100ProjectPropertyGroupElement propertyGroup = Helpers.GetFirst(project.PropertyGroups);
Construction\ProjectRootElement_Tests.cs (1)
545Console.WriteLine(@"Root PropertyGroups: {0}", Helpers.MakeList(project.PropertyGroups).Count);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
553ViewValidation.Verify(viewXml.PropertyGroups, realXml.PropertyGroups, Verify, context);
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (2)
205var realPropertieGroups = preReal.PropertyGroups.ToList(); 206var viewPropertieGroups = preView.PropertyGroups.ToList();