1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
275
_shutdown
= true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
266
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(
_shutdown
)}={
_shutdown
}, {nameof(_abortException)}={_abortException}");
271
if (!
_shutdown
)
293
if (
_shutdown
)
331
if (
_shutdown
)
349
if (
_shutdown
)
373
Debug.Assert(
_shutdown
!= result);
1195
Debug.Assert(
_shutdown
&& _streamsInUse == 0);
1326
if (
_shutdown
)
1598
if (
_shutdown
)
1850
Debug.Assert(
_shutdown
);