2 writes to m_length
System.Core (2)
System\Collections\Generic\BitHelper.cs (2)
70
this.
m_length
= length;
81
this.
m_length
= length;
4 references to m_length
System.Core (4)
System\Collections\Generic\BitHelper.cs (4)
92
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {
98
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {
113
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {
120
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {