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

◆ StartNew()

Task System.Threading.Tasks.TaskFactory< TResult >.StartNew ( Action< object > action,
object state,
CancellationToken cancellationToken,
TaskCreationOptions creationOptions,
TaskScheduler scheduler )
inline

Definition at line 31 of file TaskFactory.2.cs.

32 {
33 if (!true)
34 {
35 }
36 Task task = Task.InternalCurrentIfAttached(creationOptions);
37 Task task2;
38 return task2;
39 }
class f__AnonymousType0<< Count > j__TPar

References System.Threading.Tasks.Task< TResult >.InternalCurrentIfAttached(), j__TPar, and System.task.