3 references to DefaultMaxItemsPerCache
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\ChannelCacheSettings.cs (1)
23this.maxItemsInCache = ChannelCacheDefaults.DefaultMaxItemsPerCache;
System\ServiceModel\Activities\Configuration\ChannelSettingsElement.cs (1)
55properties.Add(new ConfigurationProperty(ConfigurationStrings.MaxItemsInCache, typeof(System.Int32), ChannelCacheDefaults.DefaultMaxItemsPerCache, null, new System.Configuration.IntegerValidator(1, 2147483647, false), System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Activities\Configuration\FactorySettingsElement.cs (1)
55properties.Add(new ConfigurationProperty(ConfigurationStrings.MaxItemsInCache, typeof(System.Int32), ChannelCacheDefaults.DefaultMaxItemsPerCache, null, new System.Configuration.IntegerValidator(1, 2147483647, false), System.Configuration.ConfigurationPropertyOptions.None));