2 references to PressureLow
System.Runtime.Caching (2)
System\Caching\MemoryCacheStatistics.cs (2)
64
if ((_cacheMemoryMonitor.PressureLast > _cacheMemoryMonitor.
PressureLow
/ 2)
65
|| (_physicalMemoryMonitor.PressureLast > _physicalMemoryMonitor.
PressureLow
/ 2)) {