2 writes to pinnedObjects
System.IO.Log (2)
System\IO\Log\LogReserveAndAppendState.cs (2)
452this.pinnedObjects = new object[pinnedObjectCount]; 522this.pinnedObjects = null;
5 references to pinnedObjects
System.IO.Log (5)
System\IO\Log\LogReserveAndAppendState.cs (5)
464this.pinnedObjects[(int)PinIndex.ReturnLsn] = this.boxedResultLsn; 471this.pinnedObjects[(int)PinIndex.Reservations] = this.alignedReservations; 477this.pinnedObjects[(int)PinIndex.Header] = this.headerBits; 489this.pinnedObjects[(int)PinIndex.FirstData + i] = segment.Array; 585this.asyncResult.Pack(this.pinnedObjects);