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

◆ FinishStageThree() [2/2]

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

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

1112 {
1113 Task parent = this.m_parent;
1114 if (parent != null)
1115 {
1116 TaskCreationOptions options = parent.Options;
1117 }
1118 }

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

Referenced by System.Threading.Tasks.Task< TResult >.CancellationCleanupLogic().