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