public override int GetInvocationCount() { int n = 0; if (m_prev != null) { n += m_prev.GetInvocationCount(); } n += base.GetInvocationCount(); return(n); }