2 writes to Bitmap
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (2)
222state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 249state.Bitmap = Vector256.Create(state.Bitmap.GetLower());
14 references to Bitmap
System.Private.CoreLib (14)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\IndexOfAnyAsciiSearcher.cs (13)
24new AsciiState(~Bitmap._lower, Lookup.CreateInverse()); 218if (TryComputeBitmap(asciiValues, (byte*)&state.Bitmap._lower, out bool needleContainsZero)) 222state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 245if (TryComputeBitmap(asciiValues, (byte*)&state.Bitmap._lower, out bool needleContainsZero)) 249state.Bitmap = Vector256.Create(state.Bitmap.GetLower()); 316Vector256<byte> bitmap256 = state.Bitmap; 367Vector128<byte> bitmap = state.Bitmap._lower; 448Vector256<byte> bitmap256 = state.Bitmap; 499Vector128<byte> bitmap = state.Bitmap._lower; 601Vector256<byte> bitmap256 = state.Bitmap; 650Vector128<byte> bitmap = state.Bitmap._lower; 726Vector256<byte> bitmap256 = state.Bitmap; 775Vector128<byte> bitmap = state.Bitmap._lower;
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\Strings\Helpers\AhoCorasick.cs (1)
33if (IndexOfAnyAsciiSearcher.IsVectorizationSupported && _startingAsciiChars.Bitmap != default)