1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
266
_shutdown
= true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
257
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(
_shutdown
)}={
_shutdown
}, {nameof(_abortException)}={_abortException}");
262
if (!
_shutdown
)
284
if (
_shutdown
)
322
if (
_shutdown
)
340
if (
_shutdown
)
364
Debug.Assert(
_shutdown
!= result);
1186
Debug.Assert(
_shutdown
&& _streamsInUse == 0);
1317
if (
_shutdown
)
1589
if (
_shutdown
)
1841
Debug.Assert(
_shutdown
);