4 references to GetLogicalProject
Microsoft.Build (4)
Definition\Project.cs (4)
2884
foreach (ProjectElement child in
GetLogicalProject
(import.AllChildren))
2890
foreach (ProjectElement child in
GetLogicalProject
(Xml.AllChildren))
2899
foreach (ProjectElement child in
GetLogicalProject
(import.AllChildren))
3955
IEnumerable<ProjectElement> childElements =
GetLogicalProject
(child.AllChildren);