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