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)
305
if (_streamsInUse <
_maxConcurrentStreams
)
325
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
331
if (_streamsInUse <
_maxConcurrentStreams
)
361
if (_streamsInUse <
_maxConcurrentStreams
)
939
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
942
if (_streamsInUse <
_maxConcurrentStreams
)
1612
if (_streamsInUse >
_maxConcurrentStreams
)