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