2 writes to _lastCollectionCancellation
Microsoft.Extensions.ServiceDiscovery.Dns (2)
DnsServiceEndpointProviderBase.cs (2)
42
var cancellation =
_lastCollectionCancellation
= new CancellationTokenSource();
132
var cancellation =
_lastCollectionCancellation
= new CancellationTokenSource(validityPeriod, _timeProvider);
1 reference to _lastCollectionCancellation
Microsoft.Extensions.ServiceDiscovery.Dns (1)
DnsServiceEndpointProviderBase.cs (1)
131
_lastCollectionCancellation
.Cancel();