8 writes to _pressureHigh
System.Runtime.Caching (8)
System\Caching\CacheMemoryMonitor.cs (2)
232
_pressureHigh
= 100;
236
_pressureHigh
= 99;
System\Caching\PhysicalMemoryMonitor.cs (6)
83
_pressureHigh
= 99;
86
_pressureHigh
= 98;
89
_pressureHigh
= 97;
92
_pressureHigh
= 96;
95
_pressureHigh
= 95;
153
_pressureHigh
= Math.Max(3, physicalMemoryLimitPercentage);
7 references to _pressureHigh
System.Runtime.Caching (7)
System\Caching\CacheMemoryMonitor.cs (1)
240
Dbg.Trace("MemoryCacheStats", "CacheMemoryMonitor.SetLimit: _pressureHigh=" +
_pressureHigh
+
System\Caching\MemoryMonitor.cs (3)
55
internal int PressureHigh { get { return
_pressureHigh
; } }
67
Dbg.Assert(
_pressureHigh
> 0, "_pressureHigh > 0");
69
Dbg.Assert(_pressureLow <=
_pressureHigh
, "_pressureLow <= _pressureHigh");
System\Caching\PhysicalMemoryMonitor.cs (3)
19
get { return
_pressureHigh
; }
98
_pressureLow =
_pressureHigh
- 9;
154
_pressureLow = Math.Max(1,
_pressureHigh
- 9);