2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
154_maxConcurrentStreams = InitialMaxConcurrentStreams; 937_maxConcurrentStreams = newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
302if (_streamsInUse < _maxConcurrentStreams) 322Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 328if (_streamsInUse < _maxConcurrentStreams) 358if (_streamsInUse < _maxConcurrentStreams) 935Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 938if (_streamsInUse < _maxConcurrentStreams) 1608if (_streamsInUse > _maxConcurrentStreams)