1 reference to ElapsedSinceRefresh
Microsoft.Extensions.ServiceDiscovery.Dns (1)
DnsServiceEndpointProviderBase.cs (1)
101
private bool ShouldRefresh() => _lastEndpointCollection is null || _lastChangeToken is { HasChanged: true } ||
ElapsedSinceRefresh
>= _nextRefreshPeriod;