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)
21
return (
_bitmask
& (0x1u << id)) != 0;
116
uint x = (
_bitmask
<< (31 - id)) << 1; // (x<<32) is undefined