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