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)
144
changeTokenRegistration =
_changeTokenRegistration
;
288
changeTokenRegistration =
_changeTokenRegistration
;