4 references to DefaultMaxConcurrentCallsCpuCount
System.ServiceModel (4)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
19internal static int DefaultMaxConcurrentInstances = ServiceThrottle.DefaultMaxConcurrentCallsCpuCount + ServiceThrottle.DefaultMaxConcurrentSessionsCpuCount; 21int calls = ServiceThrottle.DefaultMaxConcurrentCallsCpuCount;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (2)
43this.MaxConcurrentCalls = ServiceThrottle.DefaultMaxConcurrentCallsCpuCount; 59FlowThrottle callsFt = new FlowThrottle(this.GotCall, ServiceThrottle.DefaultMaxConcurrentCallsCpuCount,