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