1 write to reservationCollection
System.IO.Log (1)
System\IO\Log\LogWriteRestartAreaState.cs (1)
81set { this.reservationCollection = value; }
4 references to reservationCollection
System.IO.Log (4)
System\IO\Log\LogWriteRestartAreaState.cs (4)
323if (this.reservationCollection != null) 325this.reservationSize = this.reservationCollection.GetMatchingReservation(this.totalRecordSize); 447if (this.reservationCollection != null) 449this.reservationCollection.InternalAddReservation(this.reservationSize);