3 references to bitSlotShift
System.Private.Xml (3)
System\Xml\Schema\BitSet.cs (3)
13private const int bitSlotMask = (1 << bitSlotShift) - 1; 97return (nBitSlot << bitSlotShift) + offset; 232return bitIndex >> bitSlotShift;