4 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)
53yield return new ProjectGraphEntryPoint(entryProjectFile);