4 writes to _http2Enabled
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
100_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20; 131_http2Enabled = false; 167_http2Enabled = false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
322_http2Enabled = false;
7 references to _http2Enabled
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
216if (_http2Enabled) 241if (_http2Enabled) 259if (_http2Enabled) 459if (_http2Enabled && 470Debug.Assert(connection is not null || !_http2Enabled); 740if (_http2Enabled && isForHttp2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
82if (!_http2Enabled)