2 writes to abortedRetry
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
519
this.
abortedRetry
= true;
542
this.
abortedRetry
= true;
2 references to abortedRetry
System.ServiceModel.Routing (2)
System\ServiceModel\Routing\ProcessMessagesAsyncResult.cs (2)
516
if (canRetry && !this.
abortedRetry
)
540
if (!this.
abortedRetry
&& (sendOperation.AlternateEndpointCount > 0))