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