1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
280_shutdown = true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
271if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 276if (!_shutdown) 298if (_shutdown) 336if (_shutdown) 354if (_shutdown) 378Debug.Assert(_shutdown != result); 1200Debug.Assert(_shutdown && _streamsInUse == 0); 1331if (_shutdown) 1603if (_shutdown) 1855Debug.Assert(_shutdown);