1 write to reservationSize
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
364
this.
reservationSize
= this.reservationCollection.GetMatchingReservation(this.totalRecordSize);
6 references to reservationSize
System.IO.Log (6)
System\IO\Log\LogReserveAndAppendState.cs (6)
365
if (this.
reservationSize
< this.totalRecordSize)
372
if (this.
reservationSize
<= 0)
380
paddingSize = checked((int)(this.
reservationSize
-
426
if (this.
reservationSize
> 0)
567
if (this.
reservationSize
> 0)
569
this.reservationCollection.InternalAddReservation(this.
reservationSize
);