<PackageReference Include="System.Memory" Version="4.5.0" />

System.MutableDecimal

namespace System { internal struct MutableDecimal { public uint Flags; public uint High; public uint Low; public uint Mid; public bool IsNegative { get; set; } public int Scale { get; set; } } }