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

◆ UpdateExceptionObservedStatus() [2/2]

void System.Threading.Tasks.Task< TResult >.UpdateExceptionObservedStatus ( )
inlinepackageinherited

Definition at line 981 of file Task.2.cs.

982 {
983 Task parent = this.m_parent;
984 if (parent != null)
985 {
986 TaskCreationOptions options = this.Options;
987 TaskCreationOptions options2 = this.m_parent.Options;
988 if (parent == null)
989 {
990 }
991 if (!true)
992 {
993 }
994 Task parent2 = this.m_parent;
995 int stateFlags = this.m_stateFlags;
996 }
997 }
class f__AnonymousType0<< Count > j__TPar
TaskCreationOptions Options
Definition Task.2.cs:129

References j__TPar, System.Threading.Tasks.Task< TResult >.m_parent, System.Threading.Tasks.Task< TResult >.m_stateFlags, System.options, and System.Threading.Tasks.Task< TResult >.Options.