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

◆ QueueTask()

override void System.Threading.Tasks.ThreadPoolTaskScheduler.QueueTask ( Task task)
inlinepackage

Definition at line 20 of file ThreadPoolTaskScheduler.cs.

21 {
22 bool enabled = TaskTrace.Enabled;
23 if (!true)
24 {
25 }
26 if (!true)
27 {
28 }
29 Task parent = task.m_parent;
30 int id = base.Id;
31 int id2 = task.Id;
32 if (parent != null)
33 {
34 int id3 = parent.Id;
35 }
36 TaskCreationOptions options = task.Options;
37 TaskCreationOptions options2 = task.Options;
38 TaskCreationOptions options3 = task.Options;
39 int num;
40 ThreadPool.UnsafeQueueCustomWorkItem(task, num != 0);
41 }
class f__AnonymousType0<< Count > j__TPar

References Internal.Threading.Tasks.Tracing.TaskTrace.Enabled, System.Threading.Tasks.Task< TResult >.Id, j__TPar, System.Threading.Tasks.Task< TResult >.m_parent, System.options, System.task, and System.Threading.ThreadPool.UnsafeQueueCustomWorkItem().