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