In System.Reflection.Tests.InvokeRefReturnNetCoreTests, the tests TestNullRefReturnInvoke<T> and TestNullRefReturnOfPointer expect a System.Reflection.TargetInvocationException, but in NativeAOT it throws a NullReferenceException.
Related to #67457 and #69336.