1 write to waitForStoreEventsLoop
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
184this.waitForStoreEventsLoop = new AsyncWaitHandle(EventResetMode.ManualReset);
3 references to waitForStoreEventsLoop
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (3)
236thisPtr.waitForStoreEventsLoop.Set(); 703if (this.instanceManager.waitForStoreEventsLoop == null 704|| this.instanceManager.waitForStoreEventsLoop.WaitAsync(handleWaitForStoreEvents, this, this.timeoutHelper.RemainingTime()))