2 writes to Bitmap
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
224state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 251state.Bitmap = Vector256.Create(state.Bitmap.GetLower());
14 references to Bitmap
System.Private.CoreLib (14)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (13)
24new AsciiState(~Bitmap._lower, Lookup.CreateInverse()); 220if (TryComputeBitmap(asciiValues, (byte*)&state.Bitmap._lower, out bool needleContainsZero)) 224state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 247if (TryComputeBitmap(asciiValues, (byte*)&state.Bitmap._lower, out bool needleContainsZero)) 251state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 318Vector256<byte> bitmap256 = state.Bitmap; 369Vector128<byte> bitmap = state.Bitmap._lower; 450Vector256<byte> bitmap256 = state.Bitmap; 501Vector128<byte> bitmap = state.Bitmap._lower; 603Vector256<byte> bitmap256 = state.Bitmap; 652Vector128<byte> bitmap = state.Bitmap._lower; 728Vector256<byte> bitmap256 = state.Bitmap; 777Vector128<byte> bitmap = state.Bitmap._lower;
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
33if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && _startingAsciiChars.Bitmap != default)