2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
154_maxConcurrentStreams = InitialMaxConcurrentStreams; 924_maxConcurrentStreams = newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
289if (_streamsInUse < _maxConcurrentStreams) 309Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 315if (_streamsInUse < _maxConcurrentStreams) 345if (_streamsInUse < _maxConcurrentStreams) 922Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 925if (_streamsInUse < _maxConcurrentStreams) 1595if (_streamsInUse > _maxConcurrentStreams)