2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
155_maxConcurrentStreams = InitialMaxConcurrentStreams; 938_maxConcurrentStreams = newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
303if (_streamsInUse < _maxConcurrentStreams) 323Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 329if (_streamsInUse < _maxConcurrentStreams) 359if (_streamsInUse < _maxConcurrentStreams) 936Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 939if (_streamsInUse < _maxConcurrentStreams) 1609if (_streamsInUse > _maxConcurrentStreams)