As part of the review for feature #15033 and PR dotnet/corefx#33201, there was an ask to support the Type.IsByRefLike which is used with Span<T> and TypedReference.
Also determine if there any other new Type\reflection-related features also not addressed by MetadataLoadContext that may be part of this issue.
As part of the review for feature #15033 and PR dotnet/corefx#33201, there was an ask to support the
Type.IsByRefLikewhich is used withSpan<T>andTypedReference.Also determine if there any other new Type\reflection-related features also not addressed by MetadataLoadContext that may be part of this issue.