2 writes to activeChannels
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
832
activeChannels
++;
914
activeChannels
--;
2 references to activeChannels
System.ServiceModel (2)
System\ServiceModel\Channels\OneWayChannelListener.cs (2)
676
&& (
activeChannels
< maxAcceptedChannels)
833
if (
activeChannels
>= maxAcceptedChannels)