4 writes to _configCacheMemoryLimitMegabytes
System.Runtime.Caching (4)
System\Caching\MemoryCacheStatistics.cs (4)
113_configCacheMemoryLimitMegabytes = element.CacheMemoryLimitMegabytes; 120_configCacheMemoryLimitMegabytes = 0; 126_configCacheMemoryLimitMegabytes = ConfigUtil.GetIntValue(config, ConfigUtil.CacheMemoryLimitMegabytes, _configCacheMemoryLimitMegabytes, true, Int32.MaxValue); 301_configCacheMemoryLimitMegabytes = cacheMemoryLimitMegabytes;
5 references to _configCacheMemoryLimitMegabytes
System.Runtime.Caching (5)
System\Caching\MemoryCacheStatistics.cs (5)
126_configCacheMemoryLimitMegabytes = ConfigUtil.GetIntValue(config, ConfigUtil.CacheMemoryLimitMegabytes, _configCacheMemoryLimitMegabytes, true, Int32.MaxValue); 134_cacheMemoryMonitor = new CacheMemoryMonitor(_memoryCache, _configCacheMemoryLimitMegabytes); 275int cacheMemoryLimitMegabytes = ConfigUtil.GetIntValue(config, ConfigUtil.CacheMemoryLimitMegabytes, _configCacheMemoryLimitMegabytes, true, Int32.MaxValue); 284if (cacheMemoryLimitMegabytes == _configCacheMemoryLimitMegabytes 299if (cacheMemoryLimitMegabytes != _configCacheMemoryLimitMegabytes) {