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)
77
if (
_cleanupTimer
is not null)
84
if (
_cleanupTimer
is not null)
118
_cleanupTimer
?.Dispose();