System.Runtime.CompilerServices.CompilerLoweringPreserveAttribute
namespace System.Runtime.CompilerServices
{
internal sealed class CompilerLoweringPreserveAttribute : Attribute
{
public CompilerLoweringPreserveAttribute();
}
}