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)
315
if (_streamsInUse <
_maxConcurrentStreams
)
335
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
341
if (_streamsInUse <
_maxConcurrentStreams
)
371
if (_streamsInUse <
_maxConcurrentStreams
)
956
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
959
if (_streamsInUse <
_maxConcurrentStreams
)
1666
if (_streamsInUse >
_maxConcurrentStreams
)