2 references to GlobalMemoryStatusEx
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryMonitor.Windows.cs (1)
19
if (Interop.Kernel32.
GlobalMemoryStatusEx
(&memoryStatus) != Interop.BOOL.FALSE)
System\Runtime\Caching\PhysicalMemoryMonitor.Windows.cs (1)
17
if (Interop.Kernel32.
GlobalMemoryStatusEx
(&memoryStatus) == Interop.BOOL.FALSE)