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