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