3 writes to _changeTokenRegistration
Microsoft.Extensions.ServiceDiscovery (3)
ServiceEndpointWatcher.cs (3)
145_changeTokenRegistration = null; 175_changeTokenRegistration = endpoints.ChangeToken.RegisterChangeCallback(static state => _ = ((ServiceEndpointWatcher)state!).RefreshAsync(force: false), this); 289_changeTokenRegistration = null;
2 references to _changeTokenRegistration
Microsoft.Extensions.ServiceDiscovery (2)
ServiceEndpointWatcher.cs (2)
144changeTokenRegistration = _changeTokenRegistration; 288changeTokenRegistration = _changeTokenRegistration;