X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FMicrosoft.CSharp%2FMicrosoft.CSharp.RuntimeBinder%2FDynamicContext.cs;h=9c466c5ed9c9875b31f69f0f0ec9654075f3ac37;hb=26c17a5b0f2c043a4bbccce2861b815492ad3aa2;hp=d03145e0df346c783650a15ff080a963e4ddcbda;hpb=4df88aea4b841eed9614455a8b71d4a446a44cc6;p=mono.git diff --git a/mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/DynamicContext.cs b/mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/DynamicContext.cs index d03145e0df3..9c466c5ed9c 100644 --- a/mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/DynamicContext.cs +++ b/mcs/class/Microsoft.CSharp/Microsoft.CSharp.RuntimeBinder/DynamicContext.cs @@ -93,8 +93,7 @@ namespace Microsoft.CSharp.RuntimeBinder module.SetDeclaringAssembly (temp); var importer = new Compiler.ReflectionImporter (module, cc.BuiltinTypes) { - IgnorePrivateMembers = false, - IgnoreCompilerGeneratedField = false + IgnorePrivateMembers = false }; // Import all currently loaded assemblies