System.Diagnostics.CodeAnalysis.RequiresUnreferencedCodeAttribute
namespace System.Diagnostics.CodeAnalysis
{
internal sealed class RequiresUnreferencedCodeAttribute : Attribute
{
public bool ExcludeStatics { get; set; }
public string Message { get; }
public string Url { get; set; }
public RequiresUnreferencedCodeAttribute(string message);
}
}