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