<PackageReference Include="Namotion.Reflection" Version="3.5.0" />

System.Diagnostics.CodeAnalysis.UnscopedRefAttribute

Used to indicate a byref escapes and is not scoped.
namespace System.Diagnostics.CodeAnalysis { internal sealed class UnscopedRefAttribute : Attribute { public UnscopedRefAttribute(); } }