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(); 242if (_pollingTimer is null) 248_pollingTimer.Change(_options.RefreshPeriod, TimeSpan.Zero); 270_pollingTimer?.Dispose();