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