10 references to IfNull
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
ResourceMonitoringBuilderExtensions.cs (4)
32
_ = Throw.
IfNull
(builder);
33
_ = Throw.
IfNull
(configure);
49
_ = Throw.
IfNull
(builder);
50
_ = Throw.
IfNull
(section);
ResourceMonitoringServiceCollectionExtensions.cs (4)
35
_ = Throw.
IfNull
(services);
54
_ = Throw.
IfNull
(services);
55
_ = Throw.
IfNull
(configure);
119
_ = Throw.
IfNull
(builder);
src\Shared\BufferWriterPool\BufferWriterPooledObjectPolicy.cs (1)
63
_ = Throw.
IfNull
(obj);
src\Shared\Pools\PoolFactory.cs (1)
57
_ = Throw.
IfNull
(policy);