3 references to DefaultMaxConcurrentCalls
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceThrottlingElement.cs (2)
18[ConfigurationProperty(ConfigurationStrings.MaxConcurrentCalls, DefaultValue = ServiceThrottle.DefaultMaxConcurrentCalls)] 34[ConfigurationProperty(ConfigurationStrings.MaxConcurrentInstances, DefaultValue = ServiceThrottle.DefaultMaxConcurrentCalls + ServiceThrottle.DefaultMaxConcurrentSessions)]
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
22internal static int DefaultMaxConcurrentCallsCpuCount = DefaultMaxConcurrentCalls * OSEnvironmentHelper.ProcessorCount;