1 instantiation of WaitAndHandleStoreEventsAsyncResult
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
191return new WaitAndHandleStoreEventsAsyncResult(this, callback, state);
10 references to WaitAndHandleStoreEventsAsyncResult
System.ServiceModel.Activities (10)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (10)
196WaitAndHandleStoreEventsAsyncResult.End(result); 1351AsyncResult.End<WaitAndHandleStoreEventsAsyncResult>(result); 1356WaitAndHandleStoreEventsAsyncResult thisPtr = (WaitAndHandleStoreEventsAsyncResult)state; 1391WaitAndHandleStoreEventsAsyncResult thisPtr = (WaitAndHandleStoreEventsAsyncResult)result.AsyncState; 1430WaitAndHandleStoreEventsAsyncResult thisPtr = (WaitAndHandleStoreEventsAsyncResult)result.AsyncState; 1474WaitAndHandleStoreEventsAsyncResult thisPtr = (WaitAndHandleStoreEventsAsyncResult)result.AsyncState;