<PackageReference Include="System.Text.Json" Version="11.0.0-rc.1.26425.128" />

System.Text.Json.Serialization.Metadata.ReflectionMemberAccessor

namespace System.Text.Json.Serialization.Metadata { internal sealed class ReflectionMemberAccessor : MemberAccessor { private delegate TProperty ValueTypePropertyGetter<TProperty, TDeclaringType> (ref TDeclaringType obj); 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(); } }