1 write to m_array
System (1)
compmod\system\collections\generic\bithelper.cs (1)
84this.m_array = bitArray;
2 references to m_array
System (2)
compmod\system\collections\generic\bithelper.cs (2)
106m_array[bitArrayIndex] |= (MarkedBitFlag << (bitPosition % IntSize)); 131return ((m_array[bitArrayIndex] & (MarkedBitFlag << (bitPosition % IntSize))) != 0);