https://bugzilla.novell.com/show_bug.cgi?id=649159
https://bugzilla.novell.com/show_bug.cgi?id=649159#c2 Geoff Norton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Geoff Norton <[email protected]> 2010-10-26 02:33:04 UTC --- Great work, a comment tho. You probably want lockTaken = TryEnter (...) for all variants. Take the following example. bool mybool = true; Monitor.TryEnter (obj, 1, ref mybool); // TryEnter fails Console.WriteLine (mybool); Your current patch would return true. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
