10 references to IfNull
Microsoft.Extensions.Diagnostics.ResourceMonitoring (10)
ResourceMonitoringBuilderExtensions.cs (4)
28
_ = Throw.
IfNull
(builder);
29
_ = Throw.
IfNull
(configure);
45
_ = Throw.
IfNull
(builder);
46
_ = Throw.
IfNull
(section);
ResourceMonitoringServiceCollectionExtensions.cs (4)
34
_ = Throw.
IfNull
(services);
50
_ = Throw.
IfNull
(services);
51
_ = Throw.
IfNull
(configure);
115
_ = Throw.
IfNull
(builder);
src\Shared\BufferWriterPool\BufferWriterPooledObjectPolicy.cs (1)
63
_ = Throw.
IfNull
(obj);
src\Shared\Pools\PoolFactory.cs (1)
57
_ = Throw.
IfNull
(policy);