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