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