The only similar question to this I found was this and the answer suggested having to use Reflector to find out.
What about in just the majority of the cases? Generally, is the base method called first or last in a method?
I noticed in some libraries it is called at the beginning at the method and in the XNA Framework they're called at the end of methods (base.Update, base.Draw, et cetera).