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