2 references to 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);