2 writes to reservations
System.IO.Log (2)
System\IO\Log\LogReserveAndAppendState.cs (2)
90set { this.reservations = value; } 395this.reservations = adjustedReservations;
7 references to reservations
System.IO.Log (7)
System\IO\Log\LogReserveAndAppendState.cs (7)
89get { return this.reservations; } 362if (this.reservations == null) 389long[] adjustedReservations = new long[this.reservations.Length]; 392adjustedReservations[i] = (this.reservations[i] + 396this.alignedReservations = (long[])this.reservations.Clone(); 549if (this.reservations != null) 559foreach (long size in this.reservations)