23 references to VerifyDirectReferences
Microsoft.CodeAnalysis.Workspaces.UnitTests (23)
SolutionTests\ProjectDependencyGraphTests.cs (23)
140VerifyDirectReferences(solution, "A", new string[] { "B" });
141VerifyDirectReferences(solution, "C", new string[] { "D" });
150VerifyDirectReferences(solution, "B", new string[] { "C" });
198VerifyDirectReferences(solution, "A", new string[] { "B" });
203VerifyDirectReferences(solution, "A", new string[] { "B", "C" });
253VerifyDirectReferences(solution, "A", new string[] { });
275VerifyDirectReferences(solution, "A", new string[] { "B", "D" });
320VerifyDirectReferences(solution, "A", new string[] { });
413VerifyDirectReferences(solution, "A", new string[] { "B" });
414VerifyDirectReferences(solution, "B", new string[] { "C" });
415VerifyDirectReferences(solution, "C", new string[] { "D" });
416VerifyDirectReferences(solution, "D", new string[] { });
420VerifyDirectReferences(solution, "A", new string[] { });
421VerifyDirectReferences(solution, "C", new string[] { "D" });
422VerifyDirectReferences(solution, "D", new string[] { });
593VerifyDirectReferences(solution, "A", new string[] { "B" });
594VerifyDirectReferences(solution, "B", new string[] { "C" });
595VerifyDirectReferences(solution, "C", new string[] { "D" });
596VerifyDirectReferences(solution, "D", new string[] { });
627VerifyDirectReferences(solution, "A", new string[] { "B" });
628VerifyDirectReferences(solution, "B", new string[] { });
629VerifyDirectReferences(solution, "C", new string[] { "D" });
630VerifyDirectReferences(solution, "D", new string[] { });