2 instantiations of MEMORYSTATUSEX
System.Runtime.Caching (2)
System\Caching\MemoryMonitor.cs (1)
43
MEMORYSTATUSEX memoryStatusEx = new
MEMORYSTATUSEX
();
System\Caching\PhysicalMemoryMonitor.cs (1)
110
MEMORYSTATUSEX memoryStatusEx = new
MEMORYSTATUSEX
();
4 references to MEMORYSTATUSEX
System.Runtime.Caching (4)
System\Caching\MemoryMonitor.cs (1)
43
MEMORYSTATUSEX
memoryStatusEx = new MEMORYSTATUSEX();
System\Caching\PhysicalMemoryMonitor.cs (1)
110
MEMORYSTATUSEX
memoryStatusEx = new MEMORYSTATUSEX();
System\Caching\UnsafeNativeMethods.cs (2)
33
internal extern static int GlobalMemoryStatusEx(ref
MEMORYSTATUSEX
memoryStatusEx);
56
dwLength = Marshal.SizeOf(typeof(
MEMORYSTATUSEX
));