1 write to s_totalPhysical
System.Runtime.Caching (1)
System\Caching\MemoryMonitor.cs (1)
46
s_totalPhysical
= memoryStatusEx.ullTotalPhys;
1 reference to s_totalPhysical
System.Runtime.Caching (1)
System\Caching\MemoryMonitor.cs (1)
51
internal static long TotalPhysical { get { return
s_totalPhysical
; } }