1 write to alignedReservations
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
396
this.
alignedReservations
= (long[])this.reservations.Clone();
6 references to alignedReservations
System.IO.Log (6)
System\IO\Log\LogReserveAndAppendState.cs (6)
469
if (this.
alignedReservations
!= null)
471
this.pinnedObjects[(int)PinIndex.Reservations] = this.
alignedReservations
;
472
this.handles[(int)PinIndex.Reservations] = GCHandle.Alloc(this.
alignedReservations
, GCHandleType.Pinned);
610
if (this.
alignedReservations
!= null)
611
reservationCount = this.
alignedReservations
.Length;
620
this.
alignedReservations
,