3 writes to _changeTokenRegistration
Microsoft.Extensions.ServiceDiscovery (3)
ServiceEndpointWatcher.cs (3)
142
_changeTokenRegistration
= null;
162
_changeTokenRegistration
= endpoints.ChangeToken.RegisterChangeCallback(static state => _ = ((ServiceEndpointWatcher)state!).RefreshAsync(force: false), this);
268
_changeTokenRegistration
= null;
2 references to _changeTokenRegistration
Microsoft.Extensions.ServiceDiscovery (2)
ServiceEndpointWatcher.cs (2)
141
_changeTokenRegistration
?.Dispose();
267
_changeTokenRegistration
?.Dispose();