4 references to AnotherService
Microsoft.Extensions.Diagnostics.HealthChecks.Tests (4)
DefaultHealthCheckServiceTest.cs (4)
363b.Services.AddTransient<AnotherService>(); 387b.Services.AddScoped<AnotherService>(); 467b.Services.AddSingleton<AnotherService>(); 662public CheckWithServiceDependency(AnotherService _)