3 references to TryGetValueWithRetry
Microsoft.Extensions.Diagnostics.ResourceMonitoring (3)
Linux\LinuxUtilizationProvider.cs (3)
283if (!TryGetValueWithRetry(func, out T value)) 327if (TryGetValueWithRetry(_parser.GetHostCpuUsageInNanoseconds, out long systemCpuTime)) 332if (TryGetValueWithRetry(CpuUtilizationV2, out double userCpuTime))