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