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