2 references to _registryKey
Microsoft.AspNetCore.Components (2)
PersistentState\PersistentServicesRegistry.cs (2)
72
state.PersistAsJson(
_registryKey
, _registrations);
101
if (state.TryTakeFromJson<PersistentServiceRegistration[]>(
_registryKey
, out var registry) && registry != null)