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)
273if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 278if (!_shutdown) 300if (_shutdown) 338if (_shutdown) 356if (_shutdown) 380Debug.Assert(_shutdown != result); 1202Debug.Assert(_shutdown && _streamsInUse == 0); 1333if (_shutdown) 1605if (_shutdown) 1857Debug.Assert(_shutdown);