3 writes to abortedRetry
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (3)
225this.abortedRetry = true; 247this.abortedRetry = true; 261this.abortedRetry = true;
3 references to abortedRetry
System.ServiceModel.Routing (3)
System\ServiceModel\Routing\ProcessRequestAsyncResult.cs (3)
222if (messageRpc.Transaction == null && !this.abortedRetry) 245if (!this.abortedRetry && (sendOperation.AlternateEndpointCount > 0)) 256if (!this.abortedRetry)