6 references to UpdateEventStatus
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (2)
70base.Store.UpdateEventStatus(true, HasActivatableWorkflowEvent.Value); 74base.Store.UpdateEventStatus(false, HasActivatableWorkflowEvent.Value);
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (2)
89base.Store.UpdateEventStatus(true, HasRunnableWorkflowEvent.Value); 93base.Store.UpdateEventStatus(false, HasRunnableWorkflowEvent.Value);
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
57base.Store.UpdateEventStatus(false, HasActivatableWorkflowEvent.Value);
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
64base.Store.UpdateEventStatus(false, HasRunnableWorkflowEvent.Value);