1 write to boxedResultLsn
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
353
this.
boxedResultLsn
= (object)(resultLsn);
5 references to boxedResultLsn
System.IO.Log (5)
System\IO\Log\LogReserveAndAppendState.cs (5)
128
get { return (ulong)(this.
boxedResultLsn
); }
151
lock (this.
boxedResultLsn
)
224
lock (this.
boxedResultLsn
)
464
this.pinnedObjects[(int)PinIndex.ReturnLsn] = this.
boxedResultLsn
;
465
this.handles[(int)PinIndex.ReturnLsn] = GCHandle.Alloc(this.
boxedResultLsn
, GCHandleType.Pinned);