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