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