2 writes to MaxConcurrentInstances
System.ServiceModel (2)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
98
serviceThrottle.
MaxConcurrentInstances
= this.MaxConcurrentInstances;
111
throttle.
MaxConcurrentInstances
= this.MaxConcurrentInstances;
1 reference to MaxConcurrentInstances
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
457
TD.ConcurrentInstancesRatio(count, this.
MaxConcurrentInstances
);