2 instantiations of 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);
6 references to QuotaThrottle
System.ServiceModel (6)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (3)
27QuotaThrottle dynamic; 97internal QuotaThrottle Dynamic 107QuotaThrottle dynamicQt = new QuotaThrottle(this.GotDynamic, new object());
System\ServiceModel\InstanceContext.cs (3)
28QuotaThrottle quotaThrottle; 237internal QuotaThrottle QuotaThrottle 438QuotaThrottle EnsureQuotaThrottle()