5 references to ParseSystemTimeSpan
Microsoft.Extensions.Diagnostics.ResourceMonitoring (5)
Generated\Basic.CompilerLog.Util\Basic.CompilerLog.Util.Impl.BasicGeneratedFilesAnalyzerReference\BindingExtensions.g.cs (5)
123instance.CollectionWindow = ParseSystemTimeSpan(value1, () => configuration.GetSection("CollectionWindow").Path); 132instance.SamplingInterval = ParseSystemTimeSpan(value2, () => configuration.GetSection("SamplingInterval").Path); 141instance.PublishingWindow = ParseSystemTimeSpan(value3, () => configuration.GetSection("PublishingWindow").Path); 150instance.CpuConsumptionRefreshInterval = ParseSystemTimeSpan(value4, () => configuration.GetSection("CpuConsumptionRefreshInterval").Path); 159instance.MemoryConsumptionRefreshInterval = ParseSystemTimeSpan(value5, () => configuration.GetSection("MemoryConsumptionRefreshInterval").Path);