1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
279_shutdown = true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
270if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 275if (!_shutdown) 297if (_shutdown) 335if (_shutdown) 353if (_shutdown) 377Debug.Assert(_shutdown != result); 1199Debug.Assert(_shutdown && _streamsInUse == 0); 1330if (_shutdown) 1602if (_shutdown) 1854Debug.Assert(_shutdown);