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)
619
List<ProjectElement> logicalElements = new List<ProjectElement>(project.
GetLogicalProject
());
2573
List<ProjectElement> logicalProject = new List<ProjectElement>(project.
GetLogicalProject
());
2619
List<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)
114
IList<ProjectElement> children = project.
GetLogicalProject
().ToList();