1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1830_abortException = abortException;
10 references to _abortException
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
270if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 1191if (_abortException is not null) 1193return Task.FromException(GetRequestAbortedException(_abortException)); 1214if (_abortException is not null) 1218writeEntry.SetException(_abortException); 1597if (_abortException is not null) 1599throw GetRequestAbortedException(_abortException); 1824if (_abortException is not null) 1846s.OnReset(_abortException);