2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
155_maxConcurrentStreams = pool._lastSeenHttp2MaxConcurrentStreams; 941_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) 939Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 942if (_streamsInUse < _maxConcurrentStreams) 1612if (_streamsInUse > _maxConcurrentStreams)