1 // CS0675: The operator `|' used on the sign-extended type `int'. Consider casting to a smaller unsigned type first
3 // Compiler options: -warnaserror -warn:3
9 internal bool BestFitMapping
{
11 extra_flags
= (uint) ((extra_flags
& ~
0x30) | (value ? 0x10 : 0x20));