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