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