1 write to totalRecordSize
System.IO.Log (1)
System\IO\Log\LogWriteRestartAreaState.cs (1)
87
set { this.
totalRecordSize
= value; }
4 references to totalRecordSize
System.IO.Log (4)
System\IO\Log\LogWriteRestartAreaState.cs (4)
325
this.reservationSize = this.reservationCollection.GetMatchingReservation(this.
totalRecordSize
);
326
if (this.reservationSize < this.
totalRecordSize
)
342
this.
totalRecordSize
));
367
long restartAreaSize = this.
totalRecordSize
+ paddingSize;