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
ContinuationTaskFromResultTask.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000242 RID: 578
7 {
8 // Token: 0x06001401 RID: 5121 RVA: 0x0002A048 File Offset: 0x00028248
13
14 // Token: 0x06001402 RID: 5122 RVA: 0x0002A060 File Offset: 0x00028260
15 internal override void InnerInvoke()
16 {
17 long num = 0L;
18 bool flag = base.NotifyDebuggerOfWaitCompletionIfNecessary();
19 if (num != 0L)
20 {
21 return;
22 }
23 if (num != 0L)
24 {
25 return;
26 }
27 }
28
29 // Token: 0x04000AA5 RID: 2725
31 }
32}
class f__AnonymousType0<< Count > j__TPar
ContinuationTaskFromResultTask(Task< TAntecedentResult > antecedent, Delegate action, object state, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions)
static Task InternalCurrentIfAttached(TaskCreationOptions creationOptions)
Definition Task.2.cs:382