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)
20
private readonly
PersistentServicesRegistry
? _servicesRegistry;
44
internal
PersistentServicesRegistry
? ServicesRegistry => _servicesRegistry;
PersistentState\PersistentServicesRegistry.cs (1)
20
private static readonly string _registryKey = typeof(
PersistentServicesRegistry
).FullName!;
PersistentState\RegisteredPersistentServiceRegistrationCollection.cs (1)
9
PersistentServicesRegistry
.ResolveRegistrations(registrations);