1 write to totalRecordSize
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
108
set { this.
totalRecordSize
= value; }
3 references to totalRecordSize
System.IO.Log (3)
System\IO\Log\LogReserveAndAppendState.cs (3)
364
this.reservationSize = this.reservationCollection.GetMatchingReservation(this.
totalRecordSize
);
365
if (this.reservationSize < this.
totalRecordSize
)
381
this.
totalRecordSize
));