2 references to GlobalMemoryStatusEx
System.Runtime.Caching (2)
System\Caching\MemoryMonitor.cs (1)
45
if (UnsafeNativeMethods.
GlobalMemoryStatusEx
(ref memoryStatusEx) != 0) {
System\Caching\PhysicalMemoryMonitor.cs (1)
112
if (UnsafeNativeMethods.
GlobalMemoryStatusEx
(ref memoryStatusEx) == 0)