<PackageReference Include="System.Text.Json" Version="11.0.0-preview.6.26359.118" />

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(); } }