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)
270
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(
_abortException
)}={
_abortException
}");
1191
if (
_abortException
is not null)
1193
return Task.FromException(GetRequestAbortedException(
_abortException
));
1214
if (
_abortException
is not null)
1218
writeEntry.SetException(
_abortException
);
1597
if (
_abortException
is not null)
1599
throw GetRequestAbortedException(
_abortException
);
1824
if (
_abortException
is not null)
1846
s.OnReset(
_abortException
);