2 writes to _bitmask
PresentationFramework (2)
src\Framework\MS\Internal\UncommonValueTable.cs (2)
60_bitmask |= (0x1u << id); 87_bitmask &= ~(0x1u << id);
2 references to _bitmask
PresentationFramework (2)
src\Framework\MS\Internal\UncommonValueTable.cs (2)
23return (_bitmask & (0x1u << id)) != 0; 118uint x = (_bitmask << (31 - id)) << 1; // (x<<32) is undefined