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