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