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
ContinuationTaskFromTask.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000241 RID: 577
6 internal sealed class ContinuationTaskFromTask : Task
7 {
8 // Token: 0x060013FF RID: 5119 RVA: 0x00029FBC File Offset: 0x000281BC
17
18 // Token: 0x06001400 RID: 5120 RVA: 0x00029FDC File Offset: 0x000281DC
19 internal override void InnerInvoke()
20 {
23 if (action != null)
24 {
25 IntPtr method_code = action.method_code;
26 IntPtr invoke_impl = action.invoke_impl;
27 IntPtr method = action.method;
28 return;
29 }
31 if (action2 != null)
32 {
33 IntPtr method_code2 = action2.method_code;
34 object stateObject = this.m_stateObject;
35 IntPtr invoke_impl2 = action2.invoke_impl;
36 IntPtr method2 = action2.method;
37 return;
38 }
39 }
40
41 // Token: 0x04000AA4 RID: 2724
43 }
44}
class f__AnonymousType0<< Count > j__TPar
ContinuationTaskFromTask(Task antecedent, Delegate action, object state, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions)
static Task InternalCurrentIfAttached(TaskCreationOptions creationOptions)
Definition Task.2.cs:382
bool NotifyDebuggerOfWaitCompletionIfNecessary()
Definition Task.2.cs:186