1 instantiation of HealthCheckLogScope
Microsoft.Extensions.Diagnostics.HealthChecks (1)
DefaultHealthCheckService.cs (1)
85using (_logger.BeginScope(new HealthCheckLogScope(registration.Name)))
1 reference to HealthCheckLogScope
Microsoft.Extensions.Diagnostics.HealthChecks (1)
HealthCheckLogScope.cs (1)
30/// Creates a new instance of <see cref="HealthCheckLogScope"/> with the provided name.