5 references to ProjectGraph
Microsoft.Build.Engine.UnitTests (5)
Graph\GraphLoadedFromSolution_tests.cs (1)
47
new
ProjectGraph
(files);
Graph\ProjectGraph_Tests.cs (4)
578
var projectGraph = new
ProjectGraph
(new[] { entryProject1.Path, entryProject2.Path });
673
var projectGraph = new
ProjectGraph
(new[] { entryProject1.Path, entryProject2.Path, entryProject3.Path });
1356
var projectGraph = new
ProjectGraph
(new[] { root1, root2 });
1632
var graph = new
ProjectGraph
(new HashSet<string> { entryProject1.Path, entryProject2.Path });