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