4 writes to index
mscorlib (4)
system\collections\bitarray.cs (4)
483
this.
index
= -1;
494
index
++;
499
index
= bitarray.Count;
516
index
= -1;
4 references to index
mscorlib (4)
system\collections\bitarray.cs (4)
493
if (
index
< (bitarray.Count-1)) {
495
currentElement = bitarray.Get(
index
);
506
if (
index
== -1)
508
if (
index
>= bitarray.Count)