3 writes to _canRetry
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (3)
546_canRetry = false; 655_canRetry = true; 851_canRetry = false;
1 reference to _canRetry
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
933mappedException = new HttpRequestException(error, SR.net_http_client_execution_error, ioe, _canRetry ? RequestRetryType.RetryOnConnectionFailure : RequestRetryType.NoRetry);