6 references to ServiceWithSkipInitialValue
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\PersistentServicesRegistryTest.cs (6)
408
.AddScoped<
ServiceWithSkipInitialValue
>()
409
.AddPersistentService<
ServiceWithSkipInitialValue
>(componentRenderMode)
413
var
service = scope.GetRequiredService<
ServiceWithSkipInitialValue
>();
432
var
restoredService = initialValueScope.GetRequiredService<
ServiceWithSkipInitialValue
>();