3 writes to keyIndex
System.IO.Log (3)
System\IO\Log\ReservationCollection.cs (3)
356this.keyIndex = 0; 422this.keyIndex++; 450this.keyIndex = 0;
2 references to keyIndex
System.IO.Log (2)
System\IO\Log\ReservationCollection.cs (2)
415if (this.keyIndex == this.parent.ReservationKeys.Count) 421this.current = this.parent.ReservationKeys[this.keyIndex];