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)
933
mappedException = new HttpRequestException(error, SR.net_http_client_execution_error, ioe,
_canRetry
? RequestRetryType.RetryOnConnectionFailure : RequestRetryType.NoRetry);