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