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