17 references to Throw
Microsoft.Extensions.Diagnostics.Probes (17)
KubernetesProbesExtensions.cs (4)
33
_ =
Throw
.IfNull(services);
34
_ =
Throw
.IfNull(section);
47
_ =
Throw
.IfNull(services);
48
_ =
Throw
.IfNull(configure);
src\Shared\Data.Validation\TimeSpanAttribute.cs (3)
88
_ =
Throw
.IfNullOrWhitespace(min);
101
_ =
Throw
.IfNullOrWhitespace(min);
102
_ =
Throw
.IfNullOrWhitespace(max);
TcpEndpointProbesExtensions.cs (10)
28
_ =
Throw
.IfNull(services);
42
_ =
Throw
.IfNull(services);
69
_ =
Throw
.IfNull(services);
70
_ =
Throw
.IfNull(configure);
90
_ =
Throw
.IfNull(services);
91
_ =
Throw
.IfNull(configure);
109
_ =
Throw
.IfNull(services);
110
_ =
Throw
.IfNull(configurationSection);
130
_ =
Throw
.IfNull(services);
131
_ =
Throw
.IfNull(configurationSection);