1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
279
_shutdown
= true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
270
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(
_shutdown
)}={
_shutdown
}, {nameof(_abortException)}={_abortException}");
275
if (!
_shutdown
)
297
if (
_shutdown
)
335
if (
_shutdown
)
353
if (
_shutdown
)
377
Debug.Assert(
_shutdown
!= result);
1199
Debug.Assert(
_shutdown
&& _streamsInUse == 0);
1330
if (
_shutdown
)
1602
if (
_shutdown
)
1854
Debug.Assert(
_shutdown
);