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