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)
1133
if (
_index
< (_bitArray.m_length - 1))
1136
_currentElement = _bitArray.Get(
_index
);
1151
if ((uint)
_index
>= (uint)_bitArray.m_length)
1153
throw GetInvalidOperationException(
_index
);