CoreCLR missed the check for when UnsafeAccessorKind is set to Field, the corresponding field shouldn't be static and vice/versa.
A new testcase was added in #88626 and it failed on CoreCLR.
Re-enable test: Verify_InvalidTargetUnsafeAccessor upon fixing this issue.