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