1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
292
_shutdown
= true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
283
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(
_shutdown
)}={
_shutdown
}, {nameof(_abortException)}={_abortException}");
288
if (!
_shutdown
)
310
if (
_shutdown
)
348
if (
_shutdown
)
366
if (
_shutdown
)
390
Debug.Assert(
_shutdown
!= result);
1220
Debug.Assert(
_shutdown
&& _streamsInUse == 0);
1376
if (
_shutdown
)
1660
if (
_shutdown
)
1934
Debug.Assert(
_shutdown
);