5 writes to _http2Enabled
System.Net.Http (5)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (4)
87_http2Enabled = _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20; 118_http2Enabled = false; 128_http2Enabled = false; 152_http2Enabled = false;
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
302_http2Enabled = false;
7 references to _http2Enabled
System.Net.Http (7)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
201if (_http2Enabled) 226if (_http2Enabled) 244if (_http2Enabled) 448if (_http2Enabled && 458Debug.Assert(connection is not null || !_http2Enabled); 700if (_http2Enabled)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
73if (!_http2Enabled)