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