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