2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
158_maxConcurrentStreams = pool._lastSeenHttp2MaxConcurrentStreams; 958_maxConcurrentStreams = newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
315if (_streamsInUse < _maxConcurrentStreams) 335Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 341if (_streamsInUse < _maxConcurrentStreams) 371if (_streamsInUse < _maxConcurrentStreams) 956Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >= _maxConcurrentStreams); 959if (_streamsInUse < _maxConcurrentStreams) 1666if (_streamsInUse > _maxConcurrentStreams)