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)
201
if (
_http2Enabled
)
226
if (
_http2Enabled
)
244
if (
_http2Enabled
)
452
if (
_http2Enabled
&&
462
Debug.Assert(connection is not null || !
_http2Enabled
);
723
if (
_http2Enabled
)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
73
if (!
_http2Enabled
)