4 writes to _index
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (4)
1064
_index
= -1;
1079
_index
++;
1084
_index
= _bitArray._bitLength;
1108
_index
= -1;
4 references to _index
System.Private.CoreLib (4)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\BitArray.cs (4)
1077
if (
_index
< (_bitArray._bitLength - 1))
1080
_currentElement = _bitArray.Get(
_index
) ? s_boxedTrue : s_boxedFalse;
1092
if ((uint)
_index
>= (uint)_bitArray._bitLength)
1094
throw GetInvalidOperationException(
_index
);