2 references to IfMemberNull
Microsoft.Extensions.Diagnostics.HealthChecks.Common (2)
TelemetryHealthCheckPublisher.cs (2)
30
var value = Throw.
IfMemberNull
(options, options.Value);
31
_logOnlyUnhealthy = Throw.
IfMemberNull
(options, options.Value.LogOnlyUnhealthy);