2 references to optimizationThreshold
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\EndpointDispatcherTable.cs (2)
34
_cachedEndpoints = new List<EndpointDispatcher>(
optimizationThreshold
);
37
if (_cachedEndpoints.Count <
optimizationThreshold
)