2 writes to pendingAccepts
System.ServiceModel (2)
System\ServiceModel\Channels\ConnectionAcceptor.cs (2)
130pendingAccepts++; 222pendingAccepts--;
3 references to pendingAccepts
System.ServiceModel (3)
System\ServiceModel\Channels\ConnectionAcceptor.cs (3)
65return (pendingAccepts < maxAccepts) 66&& ((connections + pendingAccepts) < maxPendingConnections) 223if (pendingAccepts == 0 && TD.PendingAcceptsAtZeroIsEnabled())