1 write to throttle
System.ServiceModel (1)
System\ServiceModel\Channels\ChannelDemuxer.cs (1)
1654this.throttle = new FlowThrottle(scheduleAcceptStatic, maxPendingSessions, null, null);
10 references to throttle
System.ServiceModel (10)
System\ServiceModel\Channels\ChannelDemuxer.cs (10)
1702if (requiresThrottle && !this.throttle.Acquire(this)) 1754this.throttle.Release(); 1810throttle.Release(); 1861this.throttle.Release(); 1914this.throttle.Release(); 1949this.throttle.Release(); 2021this.throttle.Release(); 2242demuxer.throttle.Release(); 2282this.throttle.Release(); 2339this.throttle.Release();