1 instantiation of OpenInstanceStoreAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
431return new OpenInstanceStoreAsyncResult(this, timeout, callback, state);
8 references to OpenInstanceStoreAsyncResult
System.ServiceModel.Activities (8)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (8)
437OpenInstanceStoreAsyncResult.End(result); 524this.OnCompleting = OpenInstanceStoreAsyncResult.onFinally; 539this.PrepareAsyncCompletion(OpenInstanceStoreAsyncResult.handleEndExecute), this); 561OpenInstanceStoreAsyncResult thisPtr = (OpenInstanceStoreAsyncResult)result.AsyncState; 581OpenInstanceStoreAsyncResult thisPtr = (OpenInstanceStoreAsyncResult)result; 592AsyncResult.End<OpenInstanceStoreAsyncResult>(result);