1 instantiation of PersistentServicesRegistry
Microsoft.AspNetCore.Components (1)
PersistentState\ComponentStatePersistenceManager.cs (1)
40_servicesRegistry = new PersistentServicesRegistry(serviceProvider);
4 references to PersistentServicesRegistry
Microsoft.AspNetCore.Components (4)
PersistentState\ComponentStatePersistenceManager.cs (2)
20private readonly PersistentServicesRegistry? _servicesRegistry; 44internal PersistentServicesRegistry? ServicesRegistry => _servicesRegistry;
PersistentState\PersistentServicesRegistry.cs (1)
20private static readonly string _registryKey = typeof(PersistentServicesRegistry).FullName!;
PersistentState\RegisteredPersistentServiceRegistrationCollection.cs (1)
9PersistentServicesRegistry.ResolveRegistrations(registrations);