[Mono-bugs] [Bug 70129][Nor] Changed - Private events are not really private
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 2 Dec 2004 07:35:57 -0500 (EST)
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 duncan@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=70129
--- shadow/70129 2004-12-02 07:35:00.000000000 -0500
+++ shadow/70129.tmp.5024 2004-12-02 07:35:57.000000000 -0500
@@ -52,6 +52,11 @@
Taking PropertyExpr.DoResolve as an example, I copied
PropertyExpr.IsAccessorAccessible into EventExpr and made it check the
visibility of the add_accessor.
There's this field "must_do_cs1540_check", but I don't think that
relates to events, so I just removed it.
+
+------- Additional Comments From duncan@ximian.com 2004-12-02 07:35 -------
+Created an attachment (id=13384)
+event-visibility.patch
+