CompilerLoweringPreserveAttribute sealed class CompilerLoweringPreserveAttribute : Attribute Documentation Code namespace System.Runtime.CompilerServices { [AttributeUsage(AttributeTargets.Class, Inherited = false)] internal sealed class CompilerLoweringPreserveAttribute : Attribute { } }