3 writes to _pendingHttp3Connection
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (3)
236_pendingHttp3Connection = true; 352_pendingHttp3Connection = false; 400_pendingHttp3Connection = false;
4 references to _pendingHttp3Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (4)
218!_pendingHttp3Connection && // Only allow one pending HTTP3 connection at a time 226$"Pending HTTP/3.0 connection: {_pendingHttp3Connection}, " + 349Debug.Assert(_pendingHttp3Connection); 399Debug.Assert(_pendingHttp3Connection);