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