System.Text.Json.Serialization.Metadata.ReflectionMemberAccessor
namespace System.Text.Json.Serialization.Metadata
{
internal sealed class ReflectionMemberAccessor : MemberAccessor
{
private delegate bool TypedTryGetValueDelegate<TUnion, TCase> (TUnion union, out TCase value);
private delegate bool TypedStructTryGetValueDelegate<TUnion, TCase> (ref TUnion union, out TCase value);
public ReflectionMemberAccessor();
}
}