6 references to GetLogicalProject
Microsoft.Build (1)
ObjectModelRemoting\DefinitionObjectsLinks\ProjectLink.cs (1)
159/// Facilitate remoting the <see cref="Project.GetLogicalProject"/>.
Microsoft.Build.Engine.OM.UnitTests (4)
Definition\Project_Tests.cs (3)
614List<ProjectElement> logicalElements = new List<ProjectElement>(project.GetLogicalProject()); 2540List<ProjectElement> logicalProject = new List<ProjectElement>(project.GetLogicalProject()); 2586List<ProjectElement> logicalProject = new List<ProjectElement>(project.GetLogicalProject());
ObjectModelRemoting\RemoteProjectsProviderMock\EvaluationLinkMocks\MockProjectLink.cs (1)
89=> this.OwningCollection.ExportCollection(this.Source.GetLogicalProject());
Microsoft.Build.Engine.UnitTests (1)
Evaluation\ProjectSdkImplicitImport_Tests.cs (1)
113IList<ProjectElement> children = project.GetLogicalProject().ToList();