2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
154
_maxConcurrentStreams
= InitialMaxConcurrentStreams;
924
_maxConcurrentStreams
= newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
289
if (_streamsInUse <
_maxConcurrentStreams
)
309
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
315
if (_streamsInUse <
_maxConcurrentStreams
)
345
if (_streamsInUse <
_maxConcurrentStreams
)
922
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
925
if (_streamsInUse <
_maxConcurrentStreams
)
1595
if (_streamsInUse >
_maxConcurrentStreams
)