1 write to _shutdown
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
266_shutdown = true;
11 references to _shutdown
System.Net.Http (11)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (11)
257if (NetEventSource.Log.IsEnabled()) Trace($"{nameof(_shutdown)}={_shutdown}, {nameof(_abortException)}={_abortException}"); 262if (!_shutdown) 284if (_shutdown) 322if (_shutdown) 340if (_shutdown) 364Debug.Assert(_shutdown != result); 1186Debug.Assert(_shutdown && _streamsInUse == 0); 1317if (_shutdown) 1589if (_shutdown) 1841Debug.Assert(_shutdown);