2 writes to _lastChangeToken
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsServiceEndpointProviderBase.cs (2)
43
_lastChangeToken
= new CancellationChangeToken(cancellation.Token);
133
_lastChangeToken
= new CancellationChangeToken(cancellation.Token);
2 references to _lastChangeToken
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsServiceEndpointProviderBase.cs (2)
96
endpoints.AddChangeToken(
_lastChangeToken
);
101
private bool ShouldRefresh() => _lastEndpointCollection is null ||
_lastChangeToken
is { HasChanged: true } || ElapsedSinceRefresh >= _nextRefreshPeriod;