4 references to LastSeenIndexLength
Microsoft.CodeAnalysis.CodeStyle (4)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\EditDistance.cs (4)
112
new(() => new int[
LastSeenIndexLength
]);
490
Array.Clear(characterToLastSeenIndex_inSource, 0,
LastSeenIndexLength
);
519
var i1 = targetChar <
LastSeenIndexLength
? characterToLastSeenIndex_inSource[targetChar] : 0;
535
if (sourceChar <
LastSeenIndexLength
)