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
StandardTaskContinuation.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000245 RID: 581
7 {
8 // Token: 0x06001408 RID: 5128 RVA: 0x0002A120 File Offset: 0x00028320
10 {
13 this.m_taskScheduler = scheduler;
14 Task task2;
15 if (!true)
16 {
17 task2 = this.m_task;
18 if (!true)
19 {
20 }
21 }
22 if (!true)
23 {
24 }
25 if (true)
26 {
27 if (!true)
28 {
29 }
31 return;
32 }
33 }
34
35 // Token: 0x06001409 RID: 5129 RVA: 0x0002A168 File Offset: 0x00028368
36 internal override void Run(Task completedTask, bool bCanInlineContinuationTask)
37 {
39 int stateFlags = completedTask.m_stateFlags;
40 }
41
42 // Token: 0x04000AA7 RID: 2727
44
45 // Token: 0x04000AA8 RID: 2728
47
48 // Token: 0x04000AA9 RID: 2729
50 }
51}
class f__AnonymousType0<< Count > j__TPar
static void AddToActiveTasksNonInlined(Task task)
StandardTaskContinuation(Task task, TaskContinuationOptions options, TaskScheduler scheduler)
override void Run(Task completedTask, bool bCanInlineContinuationTask)