1 write to validateUriCallThrottle
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
345this.validateUriCallThrottle = new ThreadNeutralSemaphore(MaxPendingValidateUriRouteCallsPerProcessor * Environment.ProcessorCount, () => { return null; });
3 references to validateUriCallThrottle
System.ServiceModel (3)
System\ServiceModel\Channels\SharedConnectionListener.cs (3)
468this.validateUriCallThrottle.Abort(); 851this.proxy.validateUriCallThrottle.Exit(); 870if (this.proxy.validateUriCallThrottle.EnterAsync(TimeSpan.MaxValue, onEnterThrottle, this))