4 references to _changeTokenRegistrations
Microsoft.Extensions.Configuration (4)
ConfigurationManager.cs (4)
129
_changeTokenRegistrations
.Add(ChangeToken.OnChange(provider.GetReloadToken, RaiseChanged));
140
_changeTokenRegistrations
.Clear();
152
_changeTokenRegistrations
.Add(ChangeToken.OnChange(p.GetReloadToken, RaiseChanged));
162
foreach (IDisposable registration in
_changeTokenRegistrations
)