3 writes to _pendingHttp3Connection
System.Net.Http (3)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (3)
239_pendingHttp3Connection = true; 354_pendingHttp3Connection = false; 403_pendingHttp3Connection = false;
4 references to _pendingHttp3Connection
System.Net.Http (4)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http3.cs (4)
221!_pendingHttp3Connection && // Only allow one pending HTTP3 connection at a time 229$"Pending HTTP/3.0 connection: {_pendingHttp3Connection}, " + 351Debug.Assert(_pendingHttp3Connection); 402Debug.Assert(_pendingHttp3Connection);