1 instantiation of SYSTEM_INFO
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes.Tests (1)
Windows\AcceptanceTest.cs (1)
48var sysInfo = new SYSTEM_INFO { NumberOfProcessors = 2 };
9 references to SYSTEM_INFO
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization.Tests (1)
ResourceHealthCheckExtensionsTests.cs (1)
483SYSTEM_INFO sysInfo = default;
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\WindowsContainerResourceQuotaProvider.cs (1)
69SYSTEM_INFO systemInfoValue = systemInfo.GetSystemInfo();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes.Tests (1)
Windows\AcceptanceTest.cs (1)
48var sysInfo = new SYSTEM_INFO { NumberOfProcessors = 2 };
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (2)
Windows\SystemInfoTests.cs (1)
28var sysInfo = new SystemInfo().GetSystemInfo();
Windows\WindowsContainerSnapshotProviderTests.cs (1)
34private SYSTEM_INFO _sysInfo;