1 write to _healthCheckService
Microsoft.Extensions.Diagnostics.HealthChecks (1)
HealthCheckPublisherHostedService.cs (1)
44
_healthCheckService
= healthCheckService;
1 reference to _healthCheckService
Microsoft.Extensions.Diagnostics.HealthChecks (1)
HealthCheckPublisherHostedService.cs (1)
192
var report = await
_healthCheckService
.CheckHealthAsync(withOptionsPredicate, cancellationToken).ConfigureAwait(false);