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)
271
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(
_abortException
)}={
_abortException
}");
1192
if (
_abortException
is not null)
1194
return Task.FromException(GetRequestAbortedException(
_abortException
));
1215
if (
_abortException
is not null)
1219
writeEntry.SetException(
_abortException
);
1598
if (
_abortException
is not null)
1600
throw GetRequestAbortedException(
_abortException
);
1825
if (
_abortException
is not null)
1847
s.OnReset(
_abortException
);