<PackageReference Include="System.Text.Json" Version="10.0.4" />

System.Text.Json.Serialization.Metadata.PropertyRefCacheBuilder

namespace System.Text.Json.Serialization.Metadata { internal sealed class PropertyRefCacheBuilder { public readonly PropertyRef[] OriginalCache; public int TotalCount { get; } public PropertyRefCacheBuilder(PropertyRef[] originalCache); public PropertyRef[] ToArray(); public void TryAdd(PropertyRef propertyRef); } }