3 references to Throw
Microsoft.Extensions.ObjectPool.DependencyInjection (3)
ObjectPoolServiceCollectionExtensions.cs (3)
83
foreach (var child in
Throw
.IfNull(section).GetChildren())
87
Throw
.ArgumentException(nameof(section), $"Can't parse '{child.Key}' value '{child.Value}' to integer.");
102
_ =
Throw
.IfNull(services);