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