9 references to ImportGroups
Microsoft.Build.Engine.OM.UnitTests (9)
Construction\ProjectImportGroupElement_Tests.cs (5)
167
ProjectImportGroupElement importGroup = (ProjectImportGroupElement)Helpers.GetFirst(project.
ImportGroups
);
268
List<ProjectImportGroupElement> importGroups = Helpers.MakeList(project.
ImportGroups
);
300
List<ProjectImportGroupElement> importGroups = Helpers.MakeList(project.
ImportGroups
);
375
ProjectImportGroupElement importGroup = Helpers.GetFirst(project.
ImportGroups
);
392
ProjectImportGroupElement importGroup = Helpers.GetFirst(project.
ImportGroups
);
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
551
ViewValidation.Verify(viewXml.
ImportGroups
, realXml.
ImportGroups
, Verify, context);
ObjectModelRemoting\LinkedConstructionReadOnly_Tests.cs (2)
127
var realImportGroups = preReal.
ImportGroups
.ToList();
128
var viewImportGroups = preView.
ImportGroups
.ToList();