1 write to MaxConcurrentInstances
System.ServiceModel (1)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (1)
70
behavior.
MaxConcurrentInstances
= this.MaxConcurrentInstances;
5 references to MaxConcurrentInstances
System.ServiceModel (3)
System\ServiceModel\Administration\ServiceInstanceProvider.cs (1)
321
instance.SetProperty(AdministrationStrings.MaxConcurrentInstances, throttlingBehavior.
MaxConcurrentInstances
);
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
98
serviceThrottle.MaxConcurrentInstances = this.
MaxConcurrentInstances
;
111
throttle.MaxConcurrentInstances = this.
MaxConcurrentInstances
;
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (1)
153
maxInstances = serviceThrottlingBehavior.
MaxConcurrentInstances
;
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\DurableInstanceContextProvider.cs (1)
33
serviceHostBase.ServiceThrottle.MaxConcurrentInstances = (new ServiceThrottlingBehavior()).
MaxConcurrentInstances
;