2 references to optimizationThreshold
System.ServiceModel (2)
System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (2)
52this.cachedEndpoints = new List<EndpointDispatcher>(optimizationThreshold); 55if (this.cachedEndpoints.Count < optimizationThreshold)