6 references to TestPersistentService
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\ComponentStatePersistenceManagerTest.cs (6)
456var service = serviceProvider.GetRequiredService<TestPersistentService>(); 470var restoredService = newServiceProvider.GetRequiredService<TestPersistentService>(); 476.AddScoped<TestPersistentService>() 477.AddPersistentService<TestPersistentService>(renderMode)