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