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