2 writes to serviceThrottle
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
97this.serviceThrottle = null; 286this.serviceThrottle = value;
2 references to serviceThrottle
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (2)
281return this.serviceThrottle; 842ServiceThrottle throttle = this.serviceThrottle;