1 write to onEnterThrottle
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
866onEnterThrottle = new FastAsyncCallback(OnEnterThrottle);
2 references to onEnterThrottle
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
864if (onEnterThrottle == null) 870if (this.proxy.validateUriCallThrottle.EnterAsync(TimeSpan.MaxValue, onEnterThrottle, this))