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); 66fResult = ((_bits[nBitSlot] & (1 << (index & bitSlotMask))) != 0); 80offset &= bitSlotMask;