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