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