4 references to GetLogicalProject
Microsoft.Build (4)
Definition\Project.cs (4)
2870foreach (ProjectElement child in GetLogicalProject(import.AllChildren)) 2876foreach (ProjectElement child in GetLogicalProject(Xml.AllChildren)) 2885foreach (ProjectElement child in GetLogicalProject(import.AllChildren)) 3941IEnumerable<ProjectElement> childElements = GetLogicalProject(child.AllChildren);