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