9 references to AddProjectReferences
Microsoft.CodeAnalysis.Workspaces.UnitTests (9)
SolutionTests\ProjectDependencyGraphTests.cs (9)
136solution = AddProjectReferences(solution, "A", new string[] { "B" });
137solution = AddProjectReferences(solution, "C", new string[] { "D" });
147solution = AddProjectReferences(solution, "B", new string[] { "C" });
173solution = AddProjectReferences(solution, "C", new string[] { "D" });
199solution = AddProjectReferences(solution, "A", new string[] { "C" });
271solution = AddProjectReferences(solution, "A", new string[] { "B", "D" });
358solution = AddProjectReferences(solution, "A", new string[] { "B" });
359solution = AddProjectReferences(solution, "C", new string[] { "D" });
369solution = AddProjectReferences(solution, "B", new string[] { "C" });