5 references to IndexOfAnyLookupCore
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (5)
663
Vector128<byte> result = TNegator.NegateIfNeeded(
IndexOfAnyLookupCore
<TUniqueLowNibble>(source, bitmap));
688
Vector128<byte> result = TNegator.NegateIfNeeded(
IndexOfAnyLookupCore
<TUniqueLowNibble>(source, bitmap));
790
Vector128<byte> result = TNegator.NegateIfNeeded(
IndexOfAnyLookupCore
<TUniqueLowNibble>(source, bitmap));
813
Vector128<byte> result = TNegator.NegateIfNeeded(
IndexOfAnyLookupCore
<TUniqueLowNibble>(source, bitmap));
1112
Vector128<byte> result =
IndexOfAnyLookupCore
<TUniqueLowNibble>(source, bitmapLookup);