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
ContinuationResultTaskFromResultTask.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000243")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001403")]
11 [global::Cpp2ILInjected.Address(RVA = "0x19219DC", Offset = "0x19219DC", Length = "0xD0")]
12 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Task), Member = "InternalCurrentIfAttached", MemberParameters = new object[] { typeof(TaskCreationOptions) }, ReturnType = typeof(Task))]
16 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
21
22 [global::Cpp2ILInjected.Token(Token = "0x6001404")]
23 [global::Cpp2ILInjected.Address(RVA = "0x1921AAC", Offset = "0x1921AAC", Length = "0xD4")]
24 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
25 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Task), Member = "NotifyDebuggerOfWaitCompletionIfNecessary", ReturnType = typeof(bool))]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
29 internal override void InnerInvoke()
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x4000AA6")]
35 [global::Cpp2ILInjected.FieldOffset(Offset = "0x0")]
37 }
38}
class f__AnonymousType0<< Count > j__TPar
ContinuationResultTaskFromResultTask(Task< TAntecedentResult > antecedent, global::System.Delegate function, object state, TaskCreationOptions creationOptions, InternalTaskOptions internalOptions)