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