<PackageReference Include="System.ClientModel" Version="1.6.0" />

System.ClientModel.Primitives.ModelReaderWriterBuildableAttribute

Instructs the System.ClientModel source generator to generate source code to help optimize performance when reading and writing instances of the specified type.
namespace System.ClientModel.Primitives { public class ModelReaderWriterBuildableAttribute : Attribute { public ModelReaderWriterBuildableAttribute(Type type); } }