https://bugzilla.novell.com/show_bug.cgi?id=433483
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=433483#c11 --- Comment #11 from Marek Habersack <[EMAIL PROTECTED]> 2008-10-30 04:41:08 MDT --- (In reply to comment #10 from Juraj Skripsky) > (In reply to comment #9 from Marek Habersack) > > I'm very glad to hear that. I'll seal the CacheItem class and of course I'll > add ChangeLog entries. Great :) > What do you mean by "non-synthetic event accessors"? I don't see any locking > in > the automatically generated add_.../remove_... methods for event members if > that's what you are talking about. If you disassemble the code, you will notice that the methods are decorated with the 'synchronized' CIL attribute - it means access to them will be serialized. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
