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