14 references to ProjectGraph
Microsoft.Build (13)
BackEnd\BuildManager\BuildManager.cs (1)
1892
projectGraph = new
ProjectGraph
(
Graph\ProjectGraph.cs (12)
116
:
this
(new ProjectGraphEntryPoint(entryProjectFile).AsEnumerable(), ProjectCollection.GlobalProjectCollection, null)
129
:
this
(ProjectGraphEntryPoint.CreateEnumerable(entryProjectFiles), ProjectCollection.GlobalProjectCollection, null)
146
:
this
(new ProjectGraphEntryPoint(entryProjectFile).AsEnumerable(), projectCollection, null)
163
:
this
(ProjectGraphEntryPoint.CreateEnumerable(entryProjectFiles), projectCollection, null)
189
:
this
(new ProjectGraphEntryPoint(entryProjectFile).AsEnumerable(), projectCollection, projectInstanceFactory)
206
:
this
(new ProjectGraphEntryPoint(entryProjectFile, globalProperties).AsEnumerable(), ProjectCollection.GlobalProjectCollection, null)
223
:
this
(ProjectGraphEntryPoint.CreateEnumerable(entryProjectFiles, globalProperties), ProjectCollection.GlobalProjectCollection, null)
244
:
this
(new ProjectGraphEntryPoint(entryProjectFile, globalProperties).AsEnumerable(), projectCollection, null)
265
:
this
(ProjectGraphEntryPoint.CreateEnumerable(entryProjectFiles, globalProperties), projectCollection, null)
277
:
this
(entryPoint.AsEnumerable(), ProjectCollection.GlobalProjectCollection, null)
289
:
this
(entryPoints, ProjectCollection.GlobalProjectCollection, null)
305
:
this
(entryPoint.AsEnumerable(), projectCollection, null)
Microsoft.Build.Engine.UnitTests (1)
Graph\ProjectGraph_Tests.cs (1)
364
var graph = new
ProjectGraph
(