1 write to LoadRetryHandler
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
61this.LoadRetryHandler = new LoadRetryHandler();
2 references to LoadRetryHandler
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
474result = this.LoadRetryHandler.Enqueue(loadRetryAsyncResult);
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreLock.cs (1)
210this.sqlWorkflowInstanceStore.LoadRetryHandler.AbortPendingRetries();