10 references to AddImportGroup
Microsoft.Build.Engine.OM.UnitTests (7)
Construction\ConstructionEditing_Tests.cs (2)
2863
var element = ProjectRootElement.Create().
AddImportGroup
().AddImport("p");
2874
var element = ProjectRootElement.Create().
AddImportGroup
().AddImport("p");
Construction\ProjectImportGroupElement_Tests.cs (2)
372
project.
AddImportGroup
();
389
project.
AddImportGroup
();
Construction\ProjectRootElement_Tests.cs (1)
1197
var importGroup = pre.
AddImportGroup
();
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (2)
80
xmlPair.Add2NewLabeledChildrenWithVerify<ProjectImportGroupElement>("ImportGroupLabel", (p, l) => p.
AddImportGroup
(), out var importGroup1, out var importGroup2);
598
var importGroup = xmlPair.AddNewChaildWithVerify<ProjectImportGroupElement>(ObjectType.View, "import", (p, s) => p.
AddImportGroup
(), (pe, s) => true);
Microsoft.Build.Engine.UnitTests (3)
Evaluation\Preprocessor_Tests.cs (3)
415
xml1.
AddImportGroup
().AddImport("p2");
468
ProjectImportGroupElement group = xml1.
AddImportGroup
();
666
xml1.
AddImportGroup
().AddImport("p2");