8 references to ServiceWithAllowUpdates
Microsoft.AspNetCore.Components.Tests (8)
PersistentState\PersistentServicesRegistryTest.cs (8)
480.AddScoped<ServiceWithAllowUpdates>() 481.AddPersistentService<ServiceWithAllowUpdates>(componentRenderMode) 485var service = scope.GetRequiredService<ServiceWithAllowUpdates>(); 499var updatedService = updatedScope.GetRequiredService<ServiceWithAllowUpdates>(); 517var restoredService = targetScope.GetRequiredService<ServiceWithAllowUpdates>();