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