1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1834_abortException = abortException;
11 references to _abortException
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
261throw new IOException(SR.net_http_http2_connection_not_established, _abortException ?? e); 273if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 1195if (_abortException is not null) 1197return Task.FromException(GetRequestAbortedException(_abortException)); 1218if (_abortException is not null) 1222writeEntry.SetException(_abortException); 1601if (_abortException is not null) 1603throw GetRequestAbortedException(_abortException); 1828if (_abortException is not null) 1850s.OnReset(_abortException);