5 writes to _http2Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
86_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20; 117_http2Enabled = false; 127_http2Enabled = false; 151_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)
200if (_http2Enabled) 225if (_http2Enabled) 243if (_http2Enabled) 437if (_http2Enabled && 447Debug.Assert(connection is not null || !_http2Enabled); 708if (_http2Enabled)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
73if (!_http2Enabled)