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