2 instantiations of IOAsyncResult
System.Runtime.DurableInstancing (2)
System\Runtime\PersistencePipeline.cs (2)
165
return new
IOAsyncResult
(this, false, timeout, callback, state);
189
return new
IOAsyncResult
(this, true, timeout, callback, state);
3 references to IOAsyncResult
System.Runtime.DurableInstancing (3)
System\Runtime\PersistencePipeline.cs (3)
170
IOAsyncResult
.End(result);
194
IOAsyncResult
.End(result);
563
AsyncResult.End<
IOAsyncResult
>(result);