1 implementation of GetSystemInfo
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\Interop\SystemInfo.cs (1)
17public SYSTEM_INFO GetSystemInfo()
4 references to GetSystemInfo
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization.Tests (1)
ResourceHealthCheckExtensionsTests.cs (1)
486systemInfoMock.Setup(s => s.GetSystemInfo())
Microsoft.Extensions.Diagnostics.ResourceMonitoring (1)
Windows\WindowsContainerResourceQuotaProvider.cs (1)
69SYSTEM_INFO systemInfoValue = systemInfo.GetSystemInfo();
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Kubernetes.Tests (1)
Windows\AcceptanceTest.cs (1)
49systemInfoMock.Setup(s => s.GetSystemInfo()).Returns(() => sysInfo);
Microsoft.Extensions.Diagnostics.ResourceMonitoring.Tests (1)
Windows\WindowsContainerSnapshotProviderTests.cs (1)
55_systemInfoMock.Setup(s => s.GetSystemInfo())