1 write to _httpStreams
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
150_httpStreams = new Dictionary<int, Http2Stream>();
10 references to _httpStreams
System.Net.Http (10)
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (10)
194private object SyncObject => _httpStreams; 342Debug.Assert(_streamsInUse >= _httpStreams.Count); 652if (!_httpStreams.TryGetValue(streamId, out Http2Stream? http2Stream)) 973foreach (KeyValuePair<int, Http2Stream> kvp in _httpStreams) 1112foreach (KeyValuePair<int, Http2Stream> kvp in _httpStreams) 1669if (_httpStreams.Count == 0) 1683_httpStreams.Add(http2Stream.StreamId, http2Stream); 1910foreach (KeyValuePair<int, Http2Stream> kvp in _httpStreams) 2189if (!_httpStreams.Remove(http2Stream.StreamId)) 2195if (_httpStreams.Count == 0)