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