4 writes to _pollingTimer
Microsoft.Extensions.ServiceDiscovery (4)
ServiceEndpointWatcher.cs (4)
166
_pollingTimer
= null;
238
_pollingTimer
= null;
244
_pollingTimer
= _timeProvider.CreateTimer(s_pollingAction, this, _options.RefreshPeriod, TimeSpan.Zero);
271
_pollingTimer
= null;
5 references to _pollingTimer
Microsoft.Extensions.ServiceDiscovery (5)
ServiceEndpointWatcher.cs (5)
165
_pollingTimer
?.Dispose();
237
_pollingTimer
?.Dispose();
242
if (
_pollingTimer
is null)
248
_pollingTimer
.Change(_options.RefreshPeriod, TimeSpan.Zero);
270
_pollingTimer
?.Dispose();