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