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