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

◆ TaskConstructorCore() [2/2]

void System.Threading.Tasks.Task< TResult >.TaskConstructorCore ( Delegate action,
object state,
CancellationToken cancellationToken,
TaskCreationOptions creationOptions,
InternalTaskOptions internalOptions,
TaskScheduler scheduler )
inlinepackageinherited

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

55 {
58 this.m_taskScheduler = scheduler;
60 Task parent = this.m_parent;
61 if (parent != null)
62 {
63 TaskCreationOptions options = parent.Options;
64 this.m_parent.AddNewChild();
65 }
66 if (!true)
67 {
68 }
69 ExecutionContext executionContext = ExecutionContext.Capture();
71 }
class f__AnonymousType0<< Count > j__TPar

References System.action, System.Threading.Tasks.Task< TResult >.AddNewChild(), System.Threading.ExecutionContext.Capture(), j__TPar, System.Threading.Tasks.Task< TResult >.m_parent, System.options, System.Threading.Tasks.Task< TResult >.Options, and System.state.

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