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

◆ TryExecuteTaskInline()

override bool System.Threading.Tasks.ThreadPoolTaskScheduler.TryExecuteTaskInline ( Task task,
bool taskWasPreviouslyQueued )
inlineprotected

Definition at line 44 of file ThreadPoolTaskScheduler.cs.

45 {
46 bool flag = ThreadPool.TryPopCustomWorkItem(task);
47 long num = 0L;
48 bool flag2 = task.ExecuteEntry(num != 0L);
49 if (false)
50 {
51 throw new OutOfMemoryException();
52 }
53 throw new OutOfMemoryException();
54 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar, System.L, System.task, and System.Threading.ThreadPool.TryPopCustomWorkItem().