3 references to ComputeDistance
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\LongestCommonImmutableArraySubsequence.cs (1)
26=> ComputeDistance(oldSequence, oldSequence.Length, newSequence, newSequence.Length);
Differencing\LongestCommonSubstring.cs (1)
26=> s_instance.ComputeDistance(oldValue, oldValue.Length, newValue, newValue.Length);
Microsoft.CodeAnalysis.Workspaces.UnitTests (1)
Differencing\LongestCommonSubsequenceTests.cs (1)
30=> ComputeDistance(oldSequence, oldSequence.Length, newSequence, newSequence.Length);