3 references to IfNullOrWhitespace
Microsoft.Extensions.Telemetry (3)
src\Shared\Data.Validation\TimeSpanAttribute.cs (3)
88
_ = Throw.
IfNullOrWhitespace
(min);
101
_ = Throw.
IfNullOrWhitespace
(min);
102
_ = Throw.
IfNullOrWhitespace
(max);