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)
257
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(
_abortException
)}={
_abortException
}");
1178
if (
_abortException
is not null)
1180
return Task.FromException(GetRequestAbortedException(
_abortException
));
1201
if (
_abortException
is not null)
1205
writeEntry.SetException(
_abortException
);
1584
if (
_abortException
is not null)
1586
throw GetRequestAbortedException(
_abortException
);
1811
if (
_abortException
is not null)
1833
s.OnReset(
_abortException
);