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