1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1826_abortException = abortException;
10 references to _abortException
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
266if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 1187if (_abortException is not null) 1189return Task.FromException(GetRequestAbortedException(_abortException)); 1210if (_abortException is not null) 1214writeEntry.SetException(_abortException); 1593if (_abortException is not null) 1595throw GetRequestAbortedException(_abortException); 1820if (_abortException is not null) 1842s.OnReset(_abortException);