4 references to GetLogicalProject
Microsoft.Build (4)
Definition\Project.cs (4)
2865foreach (ProjectElement child in GetLogicalProject(import.AllChildren)) 2871foreach (ProjectElement child in GetLogicalProject(Xml.AllChildren)) 2880foreach (ProjectElement child in GetLogicalProject(import.AllChildren)) 3936IEnumerable<ProjectElement> childElements = GetLogicalProject(child.AllChildren);