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

System.ClientModel.Primitives.ModelReaderWriterContext

public abstract class ModelReaderWriterContext
Context for ModelReaderWriter to work with AOT.
namespace System.ClientModel.Primitives { public abstract class ModelReaderWriterContext { public ModelReaderWriterTypeBuilder GetTypeBuilder(Type type); public bool TryGetTypeBuilder(Type type, out ModelReaderWriterTypeBuilder builder); protected virtual bool TryGetTypeBuilderCore(Type type, out ModelReaderWriterTypeBuilder builder); protected ModelReaderWriterContext(); } }