1 instantiation of TestTreeComparer
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\TestTreeComparer.cs (1)
15public static readonly TestTreeComparer Instance = new TestTreeComparer();
6 references to TestTreeComparer
Microsoft.CodeAnalysis.Workspaces.UnitTests (6)
Differencing\MatchTests.cs (5)
26var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, 31Assert.Throws<ArgumentException>(() => TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, [KeyValuePairUtil.Create(x1, x1)])); 33Assert.Throws<ArgumentException>(() => TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, [KeyValuePairUtil.Create(x1, x2), KeyValuePairUtil.Create(x1, new TestNode(0, 0))])); 49var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot, 75var m = TestTreeComparer.Instance.ComputeMatch(oldRoot, newRoot,
Differencing\TestTreeComparer.cs (1)
15public static readonly TestTreeComparer Instance = new TestTreeComparer();