X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2Fcorlib%2FSystem.Reflection%2FModule.cs;h=935a0a08d3d9c2a99db623d64cfe79f308476d86;hb=4323fbeaebf249f016dfdd6dc9b3b52a515f87c4;hp=646d9ab30b1f70456adff3c22e552ec936a042dc;hpb=7f233567b0de129b8881d2e9dd1b7d839a5c0735;p=mono.git diff --git a/mcs/class/corlib/System.Reflection/Module.cs b/mcs/class/corlib/System.Reflection/Module.cs index 646d9ab30b1..935a0a08d3d 100644 --- a/mcs/class/corlib/System.Reflection/Module.cs +++ b/mcs/class/corlib/System.Reflection/Module.cs @@ -53,6 +53,7 @@ namespace System.Reflection { public static readonly TypeFilter FilterTypeName; public static readonly TypeFilter FilterTypeNameIgnoreCase; +#pragma warning disable 649 private IntPtr _impl; /* a pointer to a MonoImage */ internal Assembly assembly; internal string fqname; @@ -60,6 +61,7 @@ namespace System.Reflection { internal string scopename; internal bool is_resource; internal int token; +#pragma warning restore 649 const BindingFlags defaultBindingFlags = BindingFlags.Public | BindingFlags.Static | BindingFlags.Instance;