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