2 references to ShouldRetryForSqlError
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\SqlCommandAsyncResult.cs (2)
177
if (this.CheckRetryCountAndTimer() &&
ShouldRetryForSqlError
(exception.Number, RetryErrorOptions.RetryOnEnd))
303
if (!this.CheckRetryCount() || !
ShouldRetryForSqlError
(exception.Number, RetryErrorOptions.RetryOnBegin))