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