2 writes to reservationSize
System.IO.Log (2)
System\IO\Log\LogWriteRestartAreaState.cs (2)
325this.reservationSize = this.reservationCollection.GetMatchingReservation(this.totalRecordSize); 450this.reservationSize = 0;
4 references to reservationSize
System.IO.Log (4)
System\IO\Log\LogWriteRestartAreaState.cs (4)
326if (this.reservationSize < this.totalRecordSize) 333if (this.reservationSize <= 0) 341paddingSize = checked((int)(this.reservationSize - 449this.reservationCollection.InternalAddReservation(this.reservationSize);