5 references to IsLockRetryEnabled
System.Activities.DurableInstancing (5)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (3)
467
Fx.Assert(this.
IsLockRetryEnabled
(),
507
Fx.Assert(this.
IsLockRetryEnabled
(),
615
this.
IsLockRetryEnabled
() &&
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
327
if (this.Store.
IsLockRetryEnabled
() && (exception is InstanceLockedException))
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
208
if (this.sqlWorkflowInstanceStore.
IsLockRetryEnabled
())