4 writes to _pendingConnectionsCapacity
System.Net.Quic (4)
System\Net\Quic\QuicListener.cs (4)
138_pendingConnectionsCapacity = options.ListenBacklog; 180Interlocked.Increment(ref _pendingConnectionsCapacity); 326if (Interlocked.Decrement(ref _pendingConnectionsCapacity) < 0) 333Interlocked.Increment(ref _pendingConnectionsCapacity);