4 references to BitShiftPerInt32
System.Collections (4)
System\Collections\BitArray.cs (4)
677
int lastIndex = (m_length - 1) >>
BitShiftPerInt32
; // Divide by 32.
732
int last = (m_length - 1) >>
BitShiftPerInt32
;
1072
return (int)((uint)(n - 1 + (1 <<
BitShiftPerInt32
)) >>
BitShiftPerInt32
);