1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1831_abortException = abortException;
10 references to _abortException
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
271if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 1192if (_abortException is not null) 1194return Task.FromException(GetRequestAbortedException(_abortException)); 1215if (_abortException is not null) 1219writeEntry.SetException(_abortException); 1598if (_abortException is not null) 1600throw GetRequestAbortedException(_abortException); 1825if (_abortException is not null) 1847s.OnReset(_abortException);