1 write to m_array
System.Core (1)
System\Collections\Generic\BitHelper.cs (1)
80this.m_array = bitArray;
2 references to m_array
System.Core (2)
System\Collections\Generic\BitHelper.cs (2)
99m_array[bitArrayIndex] |= (MarkedBitFlag << (bitPosition % IntSize)); 121return ((m_array[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0);