6 references to ProjectGraphEntryPoint
Microsoft.Build (4)
Graph\ProjectGraph.cs (3)
116: this(new ProjectGraphEntryPoint(entryProjectFile).AsEnumerable(), ProjectCollection.GlobalProjectCollection, null) 146: this(new ProjectGraphEntryPoint(entryProjectFile).AsEnumerable(), projectCollection, null) 189: this(new ProjectGraphEntryPoint(entryProjectFile).AsEnumerable(), projectCollection, projectInstanceFactory)
Graph\ProjectGraphEntryPoint.cs (1)
52yield return new ProjectGraphEntryPoint(entryProjectFile);
Microsoft.Build.Engine.UnitTests (2)
BackEnd\BuildManager_Tests.cs (2)
4251var data = new GraphBuildRequestData(new ProjectGraphEntryPoint(project1), Array.Empty<string>()); 4335var data = new GraphBuildRequestData(new ProjectGraphEntryPoint(project1), Array.Empty<string>());