5 references to Bitmap
System.Text.Encodings.Web (5)
System\Text\Encodings\Web\AllowedBmpCodePointsBitmap.cs (5)
31
Bitmap
[index] |= 1u << offset;
41
Bitmap
[index] &= ~(1u << offset);
66
fixed (uint* pBitmap =
Bitmap
)
102
if ((
Bitmap
[index] & (1u << offset)) != 0) { return true; }
114
if ((
Bitmap
[index] & (1u << offset)) != 0) { return true; }