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

◆ FinishStageTwo() [2/2]

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

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

1092 {
1095 if (true || !true)
1096 {
1097 }
1098 if (!true)
1099 {
1100 }
1101 if (true)
1102 {
1103 if (!true)
1104 {
1105 }
1106 DebuggerSupport.RemoveFromActiveTasksNonInlined(this);
1107 }
1108 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Tasks.Task< TResult >.AddExceptionsFromChildren(), System.Threading.Tasks.Task< TResult >.ExceptionRecorded, j__TPar, and System.Threading.Tasks.DebuggerSupport.RemoveFromActiveTasksNonInlined().

Referenced by System.Threading.Tasks.Task< TResult >.Finish(), and System.Threading.Tasks.Task< TResult >.ProcessChildCompletion().