1 write to MaxConcurrentInstances
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
50
this.
MaxConcurrentInstances
= source.MaxConcurrentInstances;
2 references to MaxConcurrentInstances
System.ServiceModel (2)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (2)
50
this.MaxConcurrentInstances = source.
MaxConcurrentInstances
;
70
behavior.MaxConcurrentInstances = this.
MaxConcurrentInstances
;