1 write to _resetException
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
993
_resetException
= resetException;
5 references to _resetException
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (5)
373
if (
_resetException
== null)
963
if (
_resetException
!= null)
1015
if (
_resetException
is Exception resetException)
1336
if (
_resetException
is Exception resetException)
1368
if (ConnectProtocolEstablished &&
_resetException
is null)