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)
266if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 271if (!_shutdown) 293if (_shutdown) 331if (_shutdown) 349if (_shutdown) 373Debug.Assert(_shutdown != result); 1195Debug.Assert(_shutdown && _streamsInUse == 0); 1326if (_shutdown) 1598if (_shutdown) 1850Debug.Assert(_shutdown);