3 references to IfMemberNull
Shared.Tests (3)
Throw\ThrowTest.cs (3)
193
exceptionImplicitArgumentName = Record.Exception(() => Throw.
IfMemberNull
(somethingThatIsNotNull, somethingNestedThatIsNull));
196
() => Throw.
IfMemberNull
(somethingThatIsNotNull, somethingNestedThatIsNull, nameof(somethingThatIsNotNull), nameof(somethingNestedThatIsNull)));
222
resultOfThrows = Throw.
IfMemberNull
(red, blue);