10 references to AddProjectReferences
Microsoft.CodeAnalysis.Workspaces.UnitTests (10)
SolutionTests\ProjectDependencyGraphTests.cs (10)
137solution = AddProjectReferences(solution, "A", new string[] { "B" });
138solution = AddProjectReferences(solution, "C", new string[] { "D" });
148solution = AddProjectReferences(solution, "B", new string[] { "C" });
174solution = AddProjectReferences(solution, "C", new string[] { "D" });
200solution = AddProjectReferences(solution, "A", new string[] { "C" });
273solution = AddProjectReferences(solution, "A", new string[] { "B", "D" });
360solution = AddProjectReferences(solution, "A", new string[] { "B" });
361solution = AddProjectReferences(solution, "C", new string[] { "D" });
371solution = AddProjectReferences(solution, "B", new string[] { "C" });
708solution = AddProjectReferences(solution, name, refs);