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