10 references to AddProjectReferences
Microsoft.CodeAnalysis.Workspaces.UnitTests (10)
SolutionTests\ProjectDependencyGraphTests.cs (10)
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" }); 705solution = AddProjectReferences(solution, name, refs);