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