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