1 write to m_arrayPtr
System.Core (1)
System\Collections\Generic\BitHelper.cs (1)
69this.m_arrayPtr = bitArrayPtr;
2 references to m_arrayPtr
System.Core (2)
System\Collections\Generic\BitHelper.cs (2)
93m_arrayPtr[bitArrayIndex] |= (MarkedBitFlag << (bitPosition % IntSize)); 114return ((m_arrayPtr[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0);