2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
155
_maxConcurrentStreams
= InitialMaxConcurrentStreams;
940
_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
)
938
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
941
if (_streamsInUse <
_maxConcurrentStreams
)
1611
if (_streamsInUse >
_maxConcurrentStreams
)