3 references to ComputeLastIndex
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (3)
470
return
ComputeLastIndex
<short, TNegator>(ref searchSpace, ref currentSearchSpace, result);
745
return
ComputeLastIndex
<byte, TNegator>(ref searchSpace, ref currentSearchSpace, result);
1020
return
ComputeLastIndex
<byte, TNegator>(ref searchSpace, ref currentSearchSpace, result);