1 write to MaxConcurrentCalls
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
48this.MaxConcurrentCalls = source.MaxConcurrentCalls;
2 references to MaxConcurrentCalls
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (2)
48this.MaxConcurrentCalls = source.MaxConcurrentCalls; 60behavior.MaxConcurrentCalls = this.MaxConcurrentCalls;