5 writes to MaxConcurrentCalls
System.ServiceModel (5)
System\ServiceModel\Description\ServiceThrottlingBehavior.cs (2)
96serviceThrottle.MaxConcurrentCalls = this.calls; 109throttle.MaxConcurrentCalls = this.calls;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
43this.MaxConcurrentCalls = ServiceThrottle.DefaultMaxConcurrentCallsCpuCount;
System\ServiceModel\Security\NegotiationTokenAuthenticator.cs (1)
995channelDispatcher.ServiceThrottle.MaxConcurrentCalls = this.authenticator.MaximumConcurrentNegotiations;
System\ServiceModel\Security\SecuritySessionSecurityTokenAuthenticator.cs (1)
1184channelDispatcher.ServiceThrottle.MaxConcurrentCalls = this.authenticator.MaximumConcurrentNegotiations;
3 references to MaxConcurrentCalls
System.ServiceModel (3)
System\ServiceModel\Dispatcher\ChannelHandler.cs (2)
145if (null != throttle && throttle.MaxConcurrentCalls > 1) 147maxConcurrentBatches = throttle.MaxConcurrentCalls;
System\ServiceModel\Dispatcher\ServiceThrottle.cs (1)
439TD.ConcurrentCallsRatio(count, this.MaxConcurrentCalls);