1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
282
_shutdown
= true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
273
if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(
_shutdown
)}={
_shutdown
}, {nameof(_abortException)}={_abortException}");
278
if (!
_shutdown
)
300
if (
_shutdown
)
338
if (
_shutdown
)
356
if (
_shutdown
)
380
Debug.Assert(
_shutdown
!= result);
1202
Debug.Assert(
_shutdown
&& _streamsInUse == 0);
1333
if (
_shutdown
)
1605
if (
_shutdown
)
1857
Debug.Assert(
_shutdown
);