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