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