1 write to asyncResult
System.IO.Log (1)
System\IO\Log\LogReserveAndAppendState.cs (1)
72
set { this.
asyncResult
= value; }
13 references to asyncResult
System.IO.Log (13)
System\IO\Log\LogReserveAndAppendState.cs (13)
186
if (this.
asyncResult
!= null)
188
this.
asyncResult
.Complete(true, this.exceptionResult);
197
if (this.
asyncResult
== null)
209
if (this.
asyncResult
== null)
258
this.
asyncResult
.Complete(false, this.exceptionResult);
583
if (this.
asyncResult
!= null)
585
this.
asyncResult
.Pack(this.pinnedObjects);
593
if (this.
asyncResult
!= null)
595
overlapped = this.
asyncResult
.NativeOverlapped;
628
if (this.
asyncResult
!= null &&
631
this.
asyncResult
.Free();
641
if (this.
asyncResult
!= null)
643
callback = new HandleLogFullCallback(this.
asyncResult
.IOCompleted);