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();
}
}