3 references to CheckRetryCount
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (3)
146return (this.CheckRetryCount() && !this.HasOperationTimedOut()); 303if (!this.CheckRetryCount() || !ShouldRetryForSqlError(exception.Number, RetryErrorOptions.RetryOnBegin)) 315if (!this.CheckRetryCount())