1 write to _httpStreams
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
144_httpStreams = new Dictionary<int, Http2Stream>();
10 references to _httpStreams
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
184private object SyncObject => _httpStreams; 327Debug.Assert(_streamsInUse >= _httpStreams.Count); 637if (!_httpStreams.TryGetValue(streamId, out Http2Stream? http2Stream)) 957foreach (KeyValuePair<int, Http2Stream> kvp in _httpStreams) 1096foreach (KeyValuePair<int, Http2Stream> kvp in _httpStreams) 1616if (_httpStreams.Count == 0) 1630_httpStreams.Add(http2Stream.StreamId, http2Stream); 1835foreach (KeyValuePair<int, Http2Stream> kvp in _httpStreams) 2082if (!_httpStreams.Remove(http2Stream.StreamId)) 2088if (_httpStreams.Count == 0)