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