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