5 references to AllChildren
Microsoft.Build (5)
Construction\ProjectElementContainer.cs (1)
727foreach (ProjectElement grandchild in container.AllChildren)
Definition\Project.cs (4)
2914foreach (ProjectElement child in GetLogicalProject(import.AllChildren)) 2920foreach (ProjectElement child in GetLogicalProject(Xml.AllChildren)) 2929foreach (ProjectElement child in GetLogicalProject(import.AllChildren)) 3986IEnumerable<ProjectElement> childElements = GetLogicalProject(child.AllChildren);