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