4 writes to current
System.IO.Log (4)
System\IO\Log\ReservationCollection.cs (4)
355
this.
current
= NOT_STARTED;
417
this.
current
= FINISHED;
421
this.
current
= this.parent.ReservationKeys[this.keyIndex];
449
this.
current
= NOT_STARTED;
4 references to current
System.IO.Log (4)
System\IO\Log\ReservationCollection.cs (4)
380
if (this.
current
== NOT_STARTED)
387
if (this.
current
== FINISHED)
394
return this.
current
;
424
this.numberRemaining = this.parent.Reservations[this.
current
];