1 write to timeoutHelper
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (1)
69this.timeoutHelper = new TimeoutHelper(TimeSpan.FromTicks(openTimeout));
6 references to timeoutHelper
System.Activities.DurableInstancing (6)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (6)
210if (this.timeoutHelper.RemainingTime().TotalMilliseconds > delay) 214this.timeoutHelper.RemainingTime(), this.retryCount, this.maximumRetries, this.PrepareAsyncCompletion(onRetryCommandCallback), this), false); 255return (this.timeoutHelper.RemainingTime() <= TimeSpan.Zero); 277this.Complete(synchronous, new TimeoutException(SR.TimeoutOnSqlOperation(this.timeoutHelper.OriginalTimeout.ToString()))); 331TD.TimeoutOpeningSqlConnection(this.eventTraceActivity, this.timeoutHelper.OriginalTimeout.ToString()); 342this.Complete(synchronous, new TimeoutException(SR.TimeoutOnSqlOperation(this.timeoutHelper.OriginalTimeout.ToString())));