8 references to AddNewLabeledChaildWithVerify
Microsoft.Build.Engine.OM.UnitTests (8)
ObjectModelRemoting\Helpers\ViewValidation.construction.cs (2)
124c1 = AddNewLabeledChaildWithVerify(ObjectType.View, label.Ver(1), adder); 125c2 = AddNewLabeledChaildWithVerify(ObjectType.Real, label.Ver(2), adder);
ObjectModelRemoting\LinkedConstructionModify_Tests.cs (4)
643var itemGrp = target.AddNewLabeledChaildWithVerify<ProjectItemGroupElement>(ObjectType.View, "tagetigrp", (p, s) => p.AddItemGroup()); 694var itemGrp = xmlPair.AddNewLabeledChaildWithVerify<ProjectItemGroupElement>(ObjectType.View, "igrp", (p, s) => p.AddItemGroup()); 716var propGrp = xmlPair.AddNewLabeledChaildWithVerify<ProjectPropertyGroupElement>(ObjectType.View, "grp", (p, l) => p.AddPropertyGroup()); 729var propGrp = xmlPair.AddNewLabeledChaildWithVerify<ProjectPropertyGroupElement>(ObjectType.View, "grp", (p, l) => p.AddPropertyGroup());
ObjectModelRemoting\LinkedSpecialCasesScenarios.cs (2)
165var newCopyFrom = xmlPair.AddNewLabeledChaildWithVerify<ProjectItemGroupElement>(ObjectType.View, "newGrop", (p, l) => p.AddItemGroup()); 183var newDeepCopy = xmlPair.AddNewLabeledChaildWithVerify<ProjectItemGroupElement>(ObjectType.View, "newGrop", (p, l) => p.AddItemGroup());