2 writes to throttle
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
108
this.
throttle
= throttle;
160
this.
throttle
= null;
11 references to throttle
System.ServiceModel (11)
System\ServiceModel\Dispatcher\ChannelHandler.cs (11)
508
if (this.
throttle
!= null)
510
this.
throttle
.DeactivateCall();
718
if (channel.Aborted && this.
throttle
!= null)
721
this.
throttle
.DeactivateChannel();
724
channel.ServiceThrottle = this.
throttle
;
922
ServiceThrottle throttle = this.
throttle
;
1108
if ((this.
throttle
!= null) && this.hasSession)
1110
this.
throttle
.DeactivateChannel();
1952
ServiceThrottle throttle = this.
throttle
;
1980
ServiceThrottle throttle = this.
throttle
;
2040
this.ChannelHandler.
throttle
.DeactivateInstanceContext();