1 write to _http2ConnectionsForHeartBeat
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
606
(
_http2ConnectionsForHeartBeat
??= new List<Http2Connection>()).Add(connection);
3 references to _http2ConnectionsForHeartBeat
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
1107
(
_http2ConnectionsForHeartBeat
?.Count ?? 0) == 0)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (2)
622
bool removed =
_http2ConnectionsForHeartBeat
?.Remove(connection) ?? false;
637
localHttp2Connections =
_http2ConnectionsForHeartBeat
?.ToArray();