2 references to _changeTokenRegistrations
Microsoft.AspNetCore.Components.WebAssembly (2)
Hosting\WebAssemblyHostConfiguration.cs (2)
158
_changeTokenRegistrations
.Add(ChangeToken.OnChange(provider.GetReloadToken, RaiseChanged));
181
foreach (var registration in
_changeTokenRegistrations
)