4 writes to _pendingConnectionsCapacity
System.Net.Quic (4)
System\Net\Quic\QuicListener.cs (4)
144
_pendingConnectionsCapacity
= options.ListenBacklog;
186
Interlocked.Increment(ref
_pendingConnectionsCapacity
);
328
if (Interlocked.Decrement(ref
_pendingConnectionsCapacity
) < 0)
335
Interlocked.Increment(ref
_pendingConnectionsCapacity
);