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