25 references to Throw
Microsoft.Extensions.Diagnostics.HealthChecks.ResourceUtilization (25)
ResourceUtilizationHealthCheck.cs (1)
134_options = Throw.IfMemberNull(options, options.Value);
ResourceUtilizationHealthCheck.Obsolete.cs (1)
22public void ObsoleteConstructor(IResourceMonitor dataTracker) => _dataTracker = Throw.IfNull(dataTracker);
ResourceUtilizationHealthCheckExtensions.cs (20)
28_ = Throw.IfNull(builder); 29_ = Throw.IfNull(tags); 46_ = Throw.IfNull(builder); 47_ = Throw.IfNull(tags); 66_ = Throw.IfNull(builder); 67_ = Throw.IfNull(section); 86_ = Throw.IfNull(builder); 87_ = Throw.IfNull(section); 88_ = Throw.IfNull(tags); 107_ = Throw.IfNull(builder); 108_ = Throw.IfNull(section); 109_ = Throw.IfNull(tags); 126_ = Throw.IfNull(builder); 127_ = Throw.IfNull(configure); 146_ = Throw.IfNull(builder); 147_ = Throw.IfNull(configure); 148_ = Throw.IfNull(tags); 167_ = Throw.IfNull(builder); 168_ = Throw.IfNull(configure); 169_ = Throw.IfNull(tags);
src\Shared\Data.Validation\TimeSpanAttribute.cs (3)
88_ = Throw.IfNullOrWhitespace(min); 101_ = Throw.IfNullOrWhitespace(min); 102_ = Throw.IfNullOrWhitespace(max);