1 instantiation of TestTreeComparer
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
6 references to TestTreeComparer
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
Differencing\MatchTests.cs (5)
24var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,
29Assert.Throws<ArgumentException>(() => TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, [KeyValuePairUtil.Create(x1, x1)]));
31Assert.Throws<ArgumentException>(() => TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, [KeyValuePairUtil.Create(x1, x2), KeyValuePairUtil.Create(x1, new TestNode(0, 0))]));
47var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,
73var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,