I'm looking to implement some extra logic when event handlers are added or removed to an event.
I'm aware that the default implementation in .net changed recently.
I'd like to keep my implementation as close to the default implementation as possible.
Can anyone point me to/provide something that shows how the compliler implements events?