2 references to QuotaThrottle
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
107
QuotaThrottle dynamicQt = new
QuotaThrottle
(this.GotDynamic, new object());
System\ServiceModel\InstanceContext.cs (1)
444
this.quotaThrottle = new
QuotaThrottle
(ImmutableDispatchRuntime.GotDynamicInstanceContext, this.ThisLock);