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