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