4 references to LastSeenIndexLength
Microsoft.CodeAnalysis.CodeStyle (4)
EditDistance.cs (4)
115
new(() => new int[
LastSeenIndexLength
]);
493
Array.Clear(characterToLastSeenIndex_inSource, 0,
LastSeenIndexLength
);
522
var i1 = targetChar <
LastSeenIndexLength
? characterToLastSeenIndex_inSource[targetChar] : 0;
538
if (sourceChar <
LastSeenIndexLength
)