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
ContinuationResultTaskFromResultTask.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000243 RID: 579
7 {
8 // Token: 0x06001403 RID: 5123 RVA: 0x0002A080 File Offset: 0x00028280
16
17 // Token: 0x06001404 RID: 5124 RVA: 0x0002A098 File Offset: 0x00028298
18 internal override void InnerInvoke()
19 {
20 long num = 0L;
21 bool flag = base.NotifyDebuggerOfWaitCompletionIfNecessary();
22 if (num != 0L)
23 {
24 return;
25 }
26 if (num != 0L)
27 {
28 }
29 }
30
31 // Token: 0x04000AA6 RID: 2726
33 }
34}
class f__AnonymousType0<< Count > j__TPar
ContinuationResultTaskFromResultTask(Task< TAntecedentResult > antecedent, Delegate function, object state, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions)
static Task InternalCurrentIfAttached(TaskCreationOptions creationOptions)
Definition Task.2.cs:382