1 write to boxedResultLsn
System.IO.Log (1)
System\IO\Log\LogFlushAsyncResult.cs (1)
52
this.
boxedResultLsn
= (object)(resultLsn);
3 references to boxedResultLsn
System.IO.Log (3)
System\IO\Log\LogFlushAsyncResult.cs (3)
43
get { return (ulong)this.
boxedResultLsn
; }
53
this.pinnedResultLsn = GCHandle.Alloc(this.
boxedResultLsn
,
56
Pack(this.
boxedResultLsn
);