2 writes to _maxConcurrentStreams
System.Net.Http (2)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (2)
154
_maxConcurrentStreams
= InitialMaxConcurrentStreams;
937
_maxConcurrentStreams
= newValue;
7 references to _maxConcurrentStreams
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (7)
302
if (_streamsInUse <
_maxConcurrentStreams
)
322
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
328
if (_streamsInUse <
_maxConcurrentStreams
)
358
if (_streamsInUse <
_maxConcurrentStreams
)
935
Debug.Assert(_availableStreamsWaiter is null || _streamsInUse >=
_maxConcurrentStreams
);
938
if (_streamsInUse <
_maxConcurrentStreams
)
1608
if (_streamsInUse >
_maxConcurrentStreams
)