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