1 write to asyncResult
System.IO.Log (1)
System\IO\Log\LogWriteRestartAreaState.cs (1)
57
set { this.
asyncResult
= value; }
13 references to asyncResult
System.IO.Log (13)
System\IO\Log\LogWriteRestartAreaState.cs (13)
154
if (this.
asyncResult
!= null)
156
this.
asyncResult
.Complete(true, this.exceptionResult);
165
if (this.
asyncResult
== null)
177
if (this.
asyncResult
== null)
226
this.
asyncResult
.Complete(false, this.exceptionResult);
464
if (this.
asyncResult
!= null)
466
this.
asyncResult
.Pack(this.boxedResultLsn);
474
if (this.
asyncResult
!= null)
476
overlapped = this.
asyncResult
.NativeOverlapped;
520
if (this.
asyncResult
!= null &&
523
this.
asyncResult
.Free();
533
if (this.
asyncResult
!= null)
535
callback = new HandleLogFullCallback(this.
asyncResult
.IOCompleted);