Please do not reply to this email- if you want to comment on the bug, go to the URL shown below and enter your comments there.
Changed by [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=78859 --- shadow/78859 2006-07-14 12:10:46.000000000 -0400 +++ shadow/78859.tmp.4481 2006-07-14 12:10:46.000000000 -0400 @@ -0,0 +1,24 @@ +Bug#: 78859 +Product: Mono: Class Libraries +Version: 1.1 +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: CORLIB +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: ConstructorBuilder.GetILGenerator always creates a new ILGenerator + +Description of Problem: +When System.Reflection.Emit.ConstructorBuilder.GetILGenerator is called +repeatedly, it always returns a fresh new instance of ILGenerator. As a +consequence, all IL emitted so far is forgotten. Note that this problem is +only related to ConstructorBuilder, MethodBuilder.GetILGenerator seems to +be OK.How often does this happen? _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
