2 references to LongestCommonSubsequence
Microsoft.CodeAnalysis.Workspaces (2)
Differencing\EditScript.cs (1)
210
var lcs = new Match<TNode>.
LongestCommonSubsequence
(Match);
Differencing\Match.cs (1)
384
return new
LongestCommonSubsequence
(this).GetEdits(oldList, newList);