2 writes to m_length
System (2)
compmod\system\collections\generic\bithelper.cs (2)
74
this.
m_length
= length;
85
this.
m_length
= length;
4 references to m_length
System (4)
compmod\system\collections\generic\bithelper.cs (4)
99
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {
105
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {
123
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {
130
if (bitArrayIndex <
m_length
&& bitArrayIndex >= 0) {