1 reference to Default
Microsoft.Arcade.Test.Common (1)
DiffUtil.cs (1)
76
var lcs = (comparer != null) ? new LCS<T>(comparer) : LCS<T>.
Default
;