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