2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
155_maxConcurrentStreams = InitialMaxConcurrentStreams; 940_maxConcurrentStreams = newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
305if (_streamsInUse < _maxConcurrentStreams) 325Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 331if (_streamsInUse < _maxConcurrentStreams) 361if (_streamsInUse < _maxConcurrentStreams) 938Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 941if (_streamsInUse < _maxConcurrentStreams) 1611if (_streamsInUse > _maxConcurrentStreams)