2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
155
_maxConcurrentStreams
= InitialMaxConcurrentStreams;
938
_maxConcurrentStreams
= newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
303
if (_streamsInUse <
_maxConcurrentStreams
)
323
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
329
if (_streamsInUse <
_maxConcurrentStreams
)
359
if (_streamsInUse <
_maxConcurrentStreams
)
936
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
939
if (_streamsInUse <
_maxConcurrentStreams
)
1609
if (_streamsInUse >
_maxConcurrentStreams
)