4 writes to _index
System.Collections (4)
System\Collections\BitArray.cs (4)
1120_index = -1; 1135_index++; 1141_index = _bitArray.m_length; 1167_index = -1;
4 references to _index
System.Collections (4)
System\Collections\BitArray.cs (4)
1133if (_index < (_bitArray.m_length - 1)) 1136_currentElement = _bitArray.Get(_index); 1151if ((uint)_index >= (uint)_bitArray.m_length) 1153throw GetInvalidOperationException(_index);