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