4 writes to _http2Enabled
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (3)
96
_http2Enabled
= _poolManager.Settings._maxHttpVersion >= HttpVersion.Version20;
127
_http2Enabled
= false;
163
_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)
212
if (
_http2Enabled
)
237
if (
_http2Enabled
)
255
if (
_http2Enabled
)
455
if (
_http2Enabled
&&
466
Debug.Assert(connection is not null || !
_http2Enabled
);
736
if (
_http2Enabled
&& isForHttp2)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
82
if (!
_http2Enabled
)