1 write to reservationCollection
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
102
set { this.
reservationCollection
= value; }
5 references to reservationCollection
System.IO.Log (5)
System\IO\Log\LogReserveAndAppendState.cs (5)
356
if (this.
reservationCollection
!= null)
364
this.reservationSize = this.
reservationCollection
.GetMatchingReservation(this.totalRecordSize);
551
if (this.
reservationCollection
== null)
561
this.
reservationCollection
.InternalAddReservation(size);
569
this.
reservationCollection
.InternalAddReservation(this.reservationSize);