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