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();