1 write to calls
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
64
this.
calls
= callsFt;
14 references to calls
System.ServiceModel (14)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (14)
53
if (this.
calls
== null)
57
if (this.
calls
== null)
69
return this.
calls
;
241
Fx.Assert(this.
calls
!= null, "Expect calls to be initialized");
243
this.
calls
.SetAcquired(this.AcquiredCallsToken);
244
this.
calls
.SetReleased(this.ReleasedCallsToken);
245
this.
calls
.SetRatio(this.RatioCallsToken);
246
this.servicePerformanceCounters.SetThrottleBase((int)ServicePerformanceCounters.PerfCounters.CallsPercentMaxCallsBase, this.
calls
.Capacity);
261
return (this.
calls
== null) || this.
calls
.Acquire(channel);
384
if (this.
calls
!= null)
385
this.
calls
.Release();
420
((this.
calls
!= null) && (this.
calls
.Capacity != Int32.MaxValue)) ||