17 references to RetryCount
System.ServiceModel (17)
System\ServiceModel\Channels\ReliableDuplexSessionChannel.cs (5)
872if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 888if (attemptInfo.RetryCount < this.settings.MaxRetryCount) 1090if (sendResult.MessageAttemptInfo.RetryCount == this.settings.MaxRetryCount) 1119if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 1131if (attemptInfo.RetryCount < this.settings.MaxRetryCount)
System\ServiceModel\Channels\ReliableOutputSessionChannel.cs (7)
345if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 358(attemptInfo.RetryCount == this.settings.MaxRetryCount), maskUnhandledException); 365if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 832if (attemptInfo.RetryCount < this.Settings.MaxRetryCount) 851if (requestResult.MessageAttemptInfo.RetryCount == this.Settings.MaxRetryCount) 964if (attemptInfo.RetryCount < this.Settings.MaxRetryCount) 983if (sendResult.MessageAttemptInfo.RetryCount == this.Settings.MaxRetryCount)
System\ServiceModel\Channels\ReliableRequestSessionChannel.cs (5)
337if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 357if (attemptInfo.RetryCount < this.settings.MaxRetryCount) 383if (requestResult.MessageAttemptInfo.RetryCount == this.settings.MaxRetryCount) 400if (attemptInfo.RetryCount > this.settings.MaxRetryCount) 417if (attemptInfo.RetryCount < this.settings.MaxRetryCount)