terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ MarkAsHandled()

void System.Threading.Tasks.TaskExceptionHolder.MarkAsHandled ( bool calledFromFinalizer)
inlinepackage

Definition at line 108 of file TaskExceptionHolder.cs.

109 {
110 bool isHandled = this.m_isHandled;
111 GC.SuppressFinalize(this);
112 this.m_isHandled = true;
113 }
class f__AnonymousType0<< Count > j__TPar
static void SuppressFinalize(object obj)
Definition GC.cs:116

References j__TPar, System.Threading.Tasks.TaskExceptionHolder.m_isHandled, and System.GC.SuppressFinalize().

Referenced by System.Threading.Tasks.TaskExceptionHolder.CreateExceptionObject().