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