1 write to quotaThrottle
System.ServiceModel (1)
System\ServiceModel\InstanceContext.cs (1)
444this.quotaThrottle = new QuotaThrottle(ImmutableDispatchRuntime.GotDynamicInstanceContext, this.ThisLock);
4 references to quotaThrottle
System.ServiceModel (4)
System\ServiceModel\InstanceContext.cs (4)
239get { return this.quotaThrottle; } 442if (this.quotaThrottle == null) 445this.quotaThrottle.Owner = "InstanceContext"; 447return this.quotaThrottle;