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)
200
if (
_http2Enabled
)
225
if (
_http2Enabled
)
243
if (
_http2Enabled
)
437
if (
_http2Enabled
&&
447
Debug.Assert(connection is not null || !
_http2Enabled
);
708
if (
_http2Enabled
)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
73
if (!
_http2Enabled
)