2 writes to Bitmap
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
221state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 248state.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)
23new AsciiState(~Bitmap._lower, Lookup.CreateInverse()); 217if (TryComputeBitmap(asciiValues, (byte*)&state.Bitmap._lower, out bool needleContainsZero)) 221state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 244if (TryComputeBitmap(asciiValues, (byte*)&state.Bitmap._lower, out bool needleContainsZero)) 248state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 315Vector256<byte> bitmap256 = state.Bitmap; 366Vector128<byte> bitmap = state.Bitmap._lower; 447Vector256<byte> bitmap256 = state.Bitmap; 498Vector128<byte> bitmap = state.Bitmap._lower; 600Vector256<byte> bitmap256 = state.Bitmap; 649Vector128<byte> bitmap = state.Bitmap._lower; 725Vector256<byte> bitmap256 = state.Bitmap; 774Vector128<byte> bitmap = state.Bitmap._lower;
src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
33if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && _startingAsciiChars.Bitmap != default)