11 references to IfNull
Microsoft.Extensions.Compliance.Testing (11)
FakeRedactionBuilderExtensions.cs (5)
30
_ = Throw.
IfNull
(builder);
47
_ = Throw.
IfNull
(builder);
48
_ = Throw.
IfNull
(configure);
69
_ = Throw.
IfNull
(builder);
70
_ = Throw.
IfNull
(section);
FakeRedactionServiceCollectionExtensions.cs (3)
26
_ = Throw.
IfNull
(services);
51
_ = Throw.
IfNull
(services);
52
_ = Throw.
IfNull
(configure);
FakeRedactionServiceProviderExtensions.cs (1)
26
=> Throw.
IfNull
(serviceProvider).GetRequiredService<FakeRedactionCollector>();
RedactedData.cs (2)
37
Original = Throw.
IfNull
(original);
38
Redacted = Throw.
IfNull
(redacted);