5 writes to _http2Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
89_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20; 120_http2Enabled = false; 130_http2Enabled = false; 154_http2Enabled = false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
301_http2Enabled = false;
7 references to _http2Enabled
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
203if (_http2Enabled) 228if (_http2Enabled) 246if (_http2Enabled) 441if (_http2Enabled && 451Debug.Assert(connection is not null || !_http2Enabled); 712if (_http2Enabled)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
73if (!_http2Enabled)