11 references to IfNull
Microsoft.Extensions.Compliance.Redaction (11)
RedactionBuilder.cs (2)
27
Services = Throw.
IfNull
(services);
36
_ = Throw.
IfNull
(classifications);
RedactionExtensions.cs (6)
27
_ = Throw.
IfNull
(builder);
28
_ = Throw.
IfNull
(configure);
29
_ = Throw.
IfNull
(classifications);
49
_ = Throw.
IfNull
(builder);
50
_ = Throw.
IfNull
(section);
51
_ = Throw.
IfNull
(classifications);
RedactionServiceCollectionExtensions.cs (3)
23
=> Throw.
IfNull
(services).AddRedaction(_ => { });
35
_ = Throw.
IfNull
(services);
36
_ = Throw.
IfNull
(configure);