2 references to PersistentServicesRegistry
Microsoft.AspNetCore.Components (1)
PersistentState\ComponentStatePersistenceManager.cs (1)
38
_servicesRegistry = new
PersistentServicesRegistry
(serviceProvider);
Microsoft.AspNetCore.Components.Tests (1)
PersistentState\PersistentServicesRegistryTest.cs (1)
269
var registry = new
PersistentServicesRegistry
(serviceProvider);