2 writes to _abortException
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (2)
53
public Exception? AbortException => Volatile.Read(ref
_abortException
);
349
Exception? firstException = Interlocked.CompareExchange(ref
_abortException
, abortException, null);
1 reference to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
329
throw new HttpRequestException(HttpRequestError.Unknown, SR.net_http_client_execution_error,
_abortException
, RequestRetryType.RetryOnConnectionFailure);