1 instantiation of SqlWorkflowInstanceStoreLock
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
67
this.storeLock = new
SqlWorkflowInstanceStoreLock
(this);
24 references to SqlWorkflowInstanceStoreLock
System.Activities.DurableInstancing (24)
System\Activities\DurableInstancing\CreateWorkflowOwnerAsyncResult.cs (1)
33
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\DeleteWorkflowOwnerAsyncResult.cs (1)
23
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\DetectActivatableWorkflowsAsyncResult.cs (1)
24
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\DetectActivatableWorkflowsTask.cs (1)
12
public DetectActivatableWorkflowsTask(SqlWorkflowInstanceStore store,
SqlWorkflowInstanceStoreLock
storeLock, TimeSpan taskInterval)
System\Activities\DurableInstancing\DetectRunnableInstancesAsyncResult.cs (1)
24
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\DetectRunnableInstancesTask.cs (1)
12
public DetectRunnableInstancesTask(SqlWorkflowInstanceStore store,
SqlWorkflowInstanceStoreLock
storeLock, TimeSpan taskInterval)
System\Activities\DurableInstancing\ExtendLockAsyncResult.cs (1)
23
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
31
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\LoadWorkflowByKeyAsyncResult.cs (1)
19
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\LockRecoveryTask.cs (1)
11
public LockRecoveryTask(SqlWorkflowInstanceStore store,
SqlWorkflowInstanceStoreLock
storeLock, TimeSpan taskInterval, TimeSpan taskTimeout)
System\Activities\DurableInstancing\LockRenewalTask.cs (1)
11
public LockRenewalTask(SqlWorkflowInstanceStore store,
SqlWorkflowInstanceStoreLock
storeLock, TimeSpan taskInterval, TimeSpan taskTimeout)
System\Activities\DurableInstancing\PersistenceTask.cs (2)
22
public PersistenceTask(SqlWorkflowInstanceStore store,
SqlWorkflowInstanceStoreLock
storeLock, InstancePersistenceCommand instancePersistenceCommand, TimeSpan taskInterval, TimeSpan taskTimeout, bool automaticallyResetTimer)
41
protected
SqlWorkflowInstanceStoreLock
StoreLock
System\Activities\DurableInstancing\QueryActivatableWorkflowAsyncResult.cs (1)
25
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\RecoverInstanceLocksAsyncResult.cs (1)
23
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
51
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
41
SqlWorkflowInstanceStoreLock
storeLock;
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (3)
27
SqlWorkflowInstanceStoreLock
storeLock,
43
SqlWorkflowInstanceStoreLock
storeLock,
94
protected
SqlWorkflowInstanceStoreLock
StoreLock
System\Activities\DurableInstancing\TestVersionAndRunAsyncResult.cs (1)
29
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\TryLoadRunnableWorkflowAsyncResult.cs (1)
23
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\UnlockInstanceAsyncResult.cs (1)
22
SqlWorkflowInstanceStoreLock
storeLock,
System\Activities\DurableInstancing\WorkflowOwnerAsyncResult.cs (1)
23
SqlWorkflowInstanceStoreLock
storeLock,