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