4 references to DeleteCost
Microsoft.CodeAnalysis.Test.Utilities (4)
Assert\DiffUtil.cs (4)
135
if (d[i, j] == d[i - 1, j] +
DeleteCost
)
160
if (d[i, j] == d[i - 1, j] +
DeleteCost
)
251
d[i, 0] = d[i - 1, 0] +
DeleteCost
;
264
int m2 = d[i - 1, j] +
DeleteCost
;