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