1 write to serviceThrottle
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
248
this.
serviceThrottle
= value;
2 references to serviceThrottle
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
244
get { return this.
serviceThrottle
; }
566
ServiceThrottle throttle = this.
serviceThrottle
;