6 writes to limit
System.ServiceModel (6)
System\ServiceModel\Dispatcher\QuotaThrottle.cs (6)
27
this.
limit
= Int32.MaxValue;
56
this.
limit
--;
99
checked { this.
limit
+= incrementBy; }
125
this.
limit
= 0;
133
this.
limit
-= released.Length;
158
this.
limit
= messageLimit;
9 references to limit
System.ServiceModel (9)
System\ServiceModel\Dispatcher\QuotaThrottle.cs (9)
35
get { return this.
limit
!= Int32.MaxValue; }
45
get { return this.
limit
; }
54
if (this.
limit
> 0)
58
if (this.
limit
== 0)
102
newLimit = this.
limit
;
117
if ((this.waiters.Count > 0) && (this.
limit
> 0))
119
if (this.
limit
< this.waiters.Count)
121
released = new object[this.
limit
];
122
for (int i = 0; i < this.
limit
; i++)