6 references to AnotherTestService
Microsoft.AspNetCore.Components.Tests (6)
PersistentState\PersistentServicesRegistryTest.cs (6)
317.AddScoped<AnotherTestService>() 319.AddPersistentService<AnotherTestService>(componentRenderMode) 324var anotherTestService = scope.GetService<AnotherTestService>(); 347var restoredAnotherTestService = secondScope.GetRequiredService<AnotherTestService>();