2 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, oldLength, newValue, newLength);