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