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