[Mono-dev] StackOverflow on System.Delegate.Equals
Gonzalo Paniagua Javier
gonzalo.mono at gmail.com
Mon Apr 4 16:03:39 EDT 2011
On Mon, 2011-04-04 at 20:48 +0100, Alan wrote:
> Aren't event handler methods emitted with a [synchronized] attribute
> by default which would prevent this issue? You can check by
> disassembling the IL and seeing if its there.
They are synchronized as long as you don't replace the default
add/remove with your own code.
-Gonzalo
More information about the Mono-devel-list
mailing list