3 writes to _pendingHttp3Connection
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (3)
235_pendingHttp3Connection = true; 350_pendingHttp3Connection = false; 398_pendingHttp3Connection = false;
4 references to _pendingHttp3Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (4)
217!_pendingHttp3Connection && // Only allow one pending HTTP3 connection at a time 225$"Pending HTTP/3.0 connection: {_pendingHttp3Connection}, " + 347Debug.Assert(_pendingHttp3Connection); 397Debug.Assert(_pendingHttp3Connection);