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