1 write to _abortException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
1817_abortException = abortException;
10 references to _abortException
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
257if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 1178if (_abortException is not null) 1180return Task.FromException(GetRequestAbortedException(_abortException)); 1201if (_abortException is not null) 1205writeEntry.SetException(_abortException); 1584if (_abortException is not null) 1586throw GetRequestAbortedException(_abortException); 1811if (_abortException is not null) 1833s.OnReset(_abortException);