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