1 write to m_arrayPtr
System (1)
compmod\system\collections\generic\bithelper.cs (1)
73this.m_arrayPtr = bitArrayPtr;
2 references to m_arrayPtr
System (2)
compmod\system\collections\generic\bithelper.cs (2)
100m_arrayPtr[bitArrayIndex] |= (MarkedBitFlag << (bitPosition % IntSize)); 124return ((m_arrayPtr[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0);