9 references to PrependChild
Microsoft.Build (9)
Construction\ProjectElementContainer.cs (3)
121/// Cannot be set directly; use <see cref="PrependChild">PrependChild()</see>. 134/// Reference child may be null, in which case this is equivalent to <see cref="PrependChild">PrependChild(child)</see>. 154PrependChild(child);
Construction\ProjectUsingTaskElement.cs (1)
211PrependChild(newParameterGroup);
Construction\Solution\SolutionProjectGenerator.cs (5)
1001traversalProject.PrependChild(importBeforeLocal); 1002traversalProject.PrependChild(directorySolutionPropsImport); 1003traversalProject.PrependChild(directorySolutionPropsPropertyGroup); 1004traversalProject.PrependChild(importBefore); 1026traversalProject.PrependChild(target);