Lines Matching refs:InsertAfterChild

165                 project2.InsertAfterChild(target2, target1);  in InvalidAddFromDifferentProject_InsertAfter()
253 when.InsertAfterChild(choose1, choose2); in InvalidBecomeGrandChildOfSelf_InsertAfter()
315 project.InsertAfterChild(target1, target2); in InvalidAlreadyParented_InsertAfter()
381 target.InsertAfterChild(task2, task1); in InvalidParentNotParented_InsertAfter()
519 project.InsertAfterChild(target, null); in InsertTargetAfterNullEquivalentToPrependChild()
543 project.InsertAfterChild(target2, itemGroup); in InsertTargetBeforeAndTargetAfter()
592 project.InsertAfterChild(target, null); in InsertTargetAfterNothing()
775 itemGroup.InsertAfterChild(itemInclude, itemRemoveFirst); in AddItemWithRemoveToItemGroupOutsideTarget()
776 itemGroup.InsertAfterChild(itemRemoveSecond, itemInclude); in AddItemWithRemoveToItemGroupOutsideTarget()
777 itemGroup.InsertAfterChild(itemUpdate, itemRemoveSecond); in AddItemWithRemoveToItemGroupOutsideTarget()
778 itemGroup.InsertAfterChild(itemRemoveThird, itemUpdate); in AddItemWithRemoveToItemGroupOutsideTarget()
905 …, ProjectMetadataElement, ProjectMetadataElement> act = (i, c, r) => { i.InsertAfterChild(c, r); }; in InsertMetadataElementAfterSiblings()
1032 i.InsertAfterChild(c, r); in InsertMetadataAttributeAfterSiblings()
1188 itemGroup.InsertAfterChild(firstUpdateItem, firstIncludeItem); in CreateProjectWithUpdates()
1313 choose.InsertAfterChild(project.CreateOtherwiseElement(), choose.FirstChild); in InvalidOtherwiseBeforeOtherwise()
1332 choose.InsertAfterChild(when, otherwise); in InvalidWhenAfterOtherwise()
1594 project.InsertAfterChild(propertyGroup1, target1); in AddPropertyGroup_ExistingPropertyGroups()
1595 project.InsertAfterChild(propertyGroup2, target2); in AddPropertyGroup_ExistingPropertyGroups()
2488 group2.InsertAfterChild(item2, item1); in DeleteAllChildren4()
2511 group2.InsertAfterChild(item2, item1); in DeleteAllChildren5()