3 references to ComputeLastIndexOverlapped
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (3)
491
return
ComputeLastIndexOverlapped
<short, TNegator>(ref searchSpace, ref secondVector, result);
767
return
ComputeLastIndexOverlapped
<byte, TNegator>(ref searchSpace, ref secondVector, result);
1042
return
ComputeLastIndexOverlapped
<byte, TNegator>(ref searchSpace, ref secondVector, result);