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