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