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