2 writes to _bitmask
PresentationFramework (2)
MS\Internal\UncommonValueTable.cs (2)
58_bitmask |= (0x1u << id); 85_bitmask &= ~(0x1u << id);
2 references to _bitmask
PresentationFramework (2)
MS\Internal\UncommonValueTable.cs (2)
21return (_bitmask & (0x1u << id)) != 0; 116uint x = (_bitmask << (31 - id)) << 1; // (x<<32) is undefined