3 references to MEGABYTE_SHIFT
System.Runtime.Caching (3)
System\Caching\CacheMemoryMonitor.cs (2)
209cacheMemoryLimit = cacheMemoryLimit << MEGABYTE_SHIFT; 229Dbg.Trace("MemoryCacheStats", "CacheMemoryMonitor.SetLimit: _memoryLimit=" + (_memoryLimit >> MEGABYTE_SHIFT) + "Mb");
System\Caching\MemoryMonitor.cs (1)
24protected const long MEGABYTE = 1L << MEGABYTE_SHIFT; // 1048576