1 write to calls
System.ServiceModel (1)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (1)
34this.calls = value;
4 references to calls
System.ServiceModel (4)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (4)
28get { return this.calls; } 63this.instances = this.calls + this.sessions; 96serviceThrottle.MaxConcurrentCalls = this.calls; 109throttle.MaxConcurrentCalls = this.calls;