4 references to DeleteCost
Microsoft.DotNet.NuGetRepack.Tests (4)
TestHelpers\DiffUtil.cs (4)
132
if (d[i, j] == d[i - 1, j] +
DeleteCost
)
157
if (d[i, j] == d[i - 1, j] +
DeleteCost
)
248
d[i, 0] = d[i - 1, 0] +
DeleteCost
;
261
int m2 = d[i - 1, j] +
DeleteCost
;