1 write to Store
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\PersistenceTask.cs (1)
27this.Store = store;
4 references to Store
System.Activities.DurableInstancing (4)
System\Activities\DurableInstancing\DetectActivatableWorkflowsTask.cs (1)
20if (base.Store.FindEvent(HasActivatableWorkflowEvent.Value, out instanceOwner) != null)
System\Activities\DurableInstancing\DetectRunnableInstancesTask.cs (1)
20if (base.Store.FindEvent(HasRunnableWorkflowEvent.Value, out instanceOwner) != null)
System\Activities\DurableInstancing\PersistenceTask.cs (2)
112this.Store.EndTryCommand(result); 136this.Store.BeginTryCommandSkipRetry(null, this.instancePersistenceCommand, this.taskTimeout,