4 references to bitSlotMask
System.Private.Xml (4)
System\Xml\Schema\BitSet.cs (4)
27
_bits = new uint[Subscript(count +
bitSlotMask
)];
56
_bits[nBitSlot] |= (uint)1 << (index &
bitSlotMask
);
66
fResult = ((_bits[nBitSlot] & (1 << (index &
bitSlotMask
))) != 0);
80
offset &=
bitSlotMask
;