Exemplo n.º 1
0
 /// <summary>
 /// Applied before Unsubscribe runs.
 /// </summary>
 internal static void Prefix(ArrayRef <IntraObjectRoute> ___intraObjectRoutes,
                             int eventName, int subscribeHandle, bool suppressWarnings)
 {
     if (!suppressWarnings && ___intraObjectRoutes.FindIndex((route) => route.
                                                             eventHash == eventName && route.handlerIndex == subscribeHandle) < 0)
     {
         DebugLogger.DumpStack();
     }
 }
Exemplo n.º 2
0
 /// <summary>
 /// Applied after LogErrorArgs runs.
 /// </summary>
 internal static void Postfix()
 {
     DebugLogger.DumpStack();
 }