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