7 references to InsertAfterChild
Microsoft.Build (6)
Construction\ProjectElementContainer.cs (1)
257InsertAfterChild(child, LastChild);
Construction\ProjectItemGroupElement.cs (1)
138InsertAfterChild(newItem, reference);
Construction\ProjectRootElement.cs (3)
1076InsertAfterChild(newItemGroup, reference); 1153InsertAfterChild(newItemDefinitionGroup, reference); 1175InsertAfterChild(newPropertyGroup, reference);
ObjectModelRemoting\ConstructionObjectLinks\ProjectElementContainerLink.cs (1)
30/// Facilitate remoting the <see cref="ProjectElementContainer.InsertAfterChild"/>.
Microsoft.DotNet.Cli.Utils (1)
Extensions\MSBuildProjectExtensions.cs (1)
61root.InsertAfterChild(ret, root.LastItemGroup());