2 writes to _cleanupTimer
Microsoft.Extensions.ServiceDiscovery (2)
ServiceEndpointResolver.cs (2)
99_cleanupTimer = _timeProvider.CreateTimer(s_cleanupCallback, this, s_cleanupPeriod, s_cleanupPeriod); 119_cleanupTimer = null;
3 references to _cleanupTimer
Microsoft.Extensions.ServiceDiscovery (3)
ServiceEndpointResolver.cs (3)
77if (_cleanupTimer is not null) 84if (_cleanupTimer is not null) 118_cleanupTimer?.Dispose();