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