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