Merge pull request #3528 from BrzVlad/fix-sgen-check-before-collections
[mono.git] / mcs / class / corlib / System.Reflection.Emit / UnmanagedMarshal.cs
index 45b9a2caef31e8cfe4281e8147c7015b83a59ccf..8772be59dac4a7cca6138ddeecc2f503c143d030 100644 (file)
@@ -50,7 +50,7 @@ namespace System.Reflection.Emit {
                string guid;
                string mcookie;
                string marshaltype;
-               Type marshaltyperef;
+               internal Type marshaltyperef;
                private int param_num;
                private bool has_size;
 #pragma warning restore 169, 414