2 instantiations of 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);
1 reference to LongestCommonSubsequence
Microsoft.CodeAnalysis.Workspaces (1)
Differencing\EditScript.cs (1)
213
var
lcs = new Match<TNode>.LongestCommonSubsequence(_match);