System.Runtime.CompilerServices.ModuleInitializerAttribute
Used to indicate to the compiler that a method should be called
in its containing module's initializer.
namespace System.Runtime.CompilerServices
{
internal sealed class ModuleInitializerAttribute : Attribute
{
public ModuleInitializerAttribute();
}
}