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