System.Runtime.CompilerServices.SkipLocalsInitAttribute
Used to indicate to the compiler that the .locals init flag should not be set in method headers.
namespace System.Runtime.CompilerServices
{
internal sealed class SkipLocalsInitAttribute : Attribute
{
public SkipLocalsInitAttribute();
}
}