8 references to IfNull
Microsoft.Extensions.Diagnostics.ResourceMonitoring (8)
..\..\..\..\src\Libraries\Microsoft.Extensions.Diagnostics.ResourceMonitoring\ResourceMonitoringBuilderExtensions.cs (4)
32
_ = Throw.
IfNull
(builder);
33
_ = Throw.
IfNull
(configure);
49
_ = Throw.
IfNull
(builder);
50
_ = Throw.
IfNull
(section);
..\..\..\..\src\Libraries\Microsoft.Extensions.Diagnostics.ResourceMonitoring\ResourceMonitoringServiceCollectionExtensions.cs (4)
39
_ = Throw.
IfNull
(services);
58
_ = Throw.
IfNull
(services);
59
_ = Throw.
IfNull
(configure);
129
_ = Throw.
IfNull
(builder);