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