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