1 instantiation of AnyByteState
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (1)
71
state = new
AnyByteState
(bitmapSpace0, bitmapSpace1, lookupLocal);
6 references to AnyByteState
System.Private.CoreLib (6)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\AnyByteSearchValues.cs (1)
14
private IndexOfAnyAsciiSearcher.
AnyByteState
_state;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (5)
46
internal static unsafe void ComputeAnyByteState(ReadOnlySpan<byte> values, out
AnyByteState
state)
828
public static bool ContainsAny<TNegator>(ref byte searchSpace, int searchSpaceLength, ref
AnyByteState
state)
836
public static int IndexOfAny<TNegator>(ref byte searchSpace, int searchSpaceLength, ref
AnyByteState
state)
843
private static TResult IndexOfAnyCore<TResult, TNegator, TResultMapper>(ref byte searchSpace, int searchSpaceLength, ref
AnyByteState
state)
977
public static int LastIndexOfAny<TNegator>(ref byte searchSpace, int searchSpaceLength, ref
AnyByteState
state)