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