6 references to SYSTEM_INFO
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Windows\Interop\ISystemInfo.cs (1)
15SYSTEM_INFO GetSystemInfo();
Windows\Interop\SystemInfo.cs (3)
17public SYSTEM_INFO GetSystemInfo() 19SYSTEM_INFO info = default; 32public static extern void GetSystemInfo(ref SYSTEM_INFO s);
Windows\WindowsContainerSnapshotProvider.cs (1)
153var systemInfoValue = systemInfo.GetSystemInfo();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (1)
Windows\SystemInfoTests.cs (1)
24var sysInfo = new SystemInfo().GetSystemInfo();