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