terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
ContinuationTaskFromTask.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000241")]
8 internal sealed class ContinuationTaskFromTask : Task
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x60013FF")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1CAA840", Offset = "0x1CAA840", Length = "0xB4")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Task), Member = "ContinueWith", MemberParameters = new object[]
13 {
14 typeof(global::System.Action<Task>),
18 }, ReturnType = typeof(Task))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(Task), Member = "ContinueWith", MemberParameters = new object[]
20 {
21 typeof(global::System.Action<Task, object>),
22 typeof(object),
26 }, ReturnType = typeof(Task))]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Task), Member = "InternalCurrentIfAttached", MemberParameters = new object[] { typeof(TaskCreationOptions) }, ReturnType = typeof(Task))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Task), Member = ".ctor", MemberParameters = new object[]
30 {
31 typeof(global::System.Delegate),
32 typeof(object),
33 typeof(Task),
38 }, ReturnType = typeof(void))]
39 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
44
45 [global::Cpp2ILInjected.Token(Token = "0x6001400")]
46 [global::Cpp2ILInjected.Address(RVA = "0x1CAC988", Offset = "0x1CAC988", Length = "0xC8")]
47 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Task), Member = "NotifyDebuggerOfWaitCompletionIfNecessary", ReturnType = typeof(bool))]
49 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
50 internal override void InnerInvoke()
51 {
52 throw null;
53 }
54
55 [global::Cpp2ILInjected.Token(Token = "0x4000AA4")]
56 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
58 }
59}
class f__AnonymousType0<< Count > j__TPar
ContinuationTaskFromTask(Task antecedent, global::System.Delegate action, object state, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions)