1 write to throttle
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (1)
28this.throttle = new PendingMessageThrottle(maxPendingMessagesPerChannel);
7 references to throttle
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Dispatcher\BufferedReceiveManager.cs (7)
46if (this.throttle.Acquire(channelKey)) 77this.throttle.Release(channelKey); 142this.throttle.Release(channelKey); 153this.throttle.Release(channelKey); 205this.throttle.Release(channelKey); 230this.throttle.Release(data.ChannelKey); 250this.throttle.Release(data.ChannelKey);