1 write to callback
System.IO.Log (1)
System\IO\Log\OverlappedAsyncResult.cs (1)
47this.callback = callback;
3 references to callback
System.IO.Log (3)
System\IO\Log\OverlappedAsyncResult.cs (3)
114if (this.callback != null) 167if (this.callback == null) 217result.callback(result);