4 references to GetLogicalProject
Microsoft.Build (4)
Definition\Project.cs (4)
2744
foreach (ProjectElement child in
GetLogicalProject
(import.AllChildren))
2750
foreach (ProjectElement child in
GetLogicalProject
(Xml.AllChildren))
2759
foreach (ProjectElement child in
GetLogicalProject
(import.AllChildren))
3816
IEnumerable<ProjectElement> childElements =
GetLogicalProject
(child.AllChildren);