15 references to IsHttp3Supported
System.Net.Http (15)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (6)
89if (IsHttp3Supported()) 231if (IsHttp3Supported() && _http3Enabled) 248if (IsHttp3Supported() && _http3Enabled) 418if (IsHttp3Supported() && // guard to enable trimming HTTP/3 support 931if (IsHttp3Supported() && _availableHttp3Connections is not null) 1007if (IsHttp3Supported() && _availableHttp3Connections is not null)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (9)
70Debug.Assert(IsHttp3Supported()); 140Debug.Assert(IsHttp3Supported()); 212Debug.Assert(IsHttp3Supported()); 251Debug.Assert(IsHttp3Supported()); 334Debug.Assert(IsHttp3Supported()); 365Debug.Assert(IsHttp3Supported()); 489Debug.Assert(IsHttp3Supported()); 532Debug.Assert(IsHttp3Supported()); 568Debug.Assert(IsHttp3Supported());