System.Runtime.TargetedPatchingOptOutAttribute
namespace System.Runtime
{
public sealed class TargetedPatchingOptOutAttribute : Attribute
{
public string Reason { get; }
public TargetedPatchingOptOutAttribute(string reason);
}
}