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>.
154
PrependChild
(child);
Construction\ProjectUsingTaskElement.cs (1)
211
PrependChild
(newParameterGroup);
Construction\Solution\SolutionProjectGenerator.cs (5)
1001
traversalProject.
PrependChild
(importBeforeLocal);
1002
traversalProject.
PrependChild
(directorySolutionPropsImport);
1003
traversalProject.
PrependChild
(directorySolutionPropsPropertyGroup);
1004
traversalProject.
PrependChild
(importBefore);
1026
traversalProject.
PrependChild
(target);