1 write to _healthCheckOptions
Microsoft.AspNetCore.Diagnostics.HealthChecks (1)
HealthCheckMiddleware.cs (1)
32_healthCheckOptions = healthCheckOptions.Value;
5 references to _healthCheckOptions
Microsoft.AspNetCore.Diagnostics.HealthChecks (5)
HealthCheckMiddleware.cs (5)
46var result = await _healthCheckService.CheckHealthAsync(_healthCheckOptions.Predicate, httpContext.RequestAborted); 49if (!_healthCheckOptions.ResultStatusCodes.TryGetValue(result.Status, out var statusCode)) 61if (!_healthCheckOptions.AllowCachingResponses) 70if (_healthCheckOptions.ResponseWriter != null) 72await _healthCheckOptions.ResponseWriter(httpContext, result);