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