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
AsyncTaskCache.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000491")]
9 internal static class AsyncTaskCache
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6002271")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B74D18", Offset = "0x1B74D18", Length = "0xF4")]
13 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(AsyncTaskCache), Member = ".cctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncTaskCache[]), Member = "CreateCacheableTask", MemberTypeParameters = new object[] { typeof(int) }, MemberParameters = new object[] { typeof(int) }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
17 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
18 private static global::System.Threading.Tasks.Task<int>[] CreateInt32Tasks()
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6002272")]
24 [global::Cpp2ILInjected.Address(RVA = "0x157211C", Offset = "0x157211C", Length = "0x68")]
25 [global::Cpp2ILInjected.CallAnalysis.DeduplicatedMethod]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
29 internal static global::System.Threading.Tasks.Task<TResult> CreateCacheableTask<TResult>(TResult result)
30 {
31 throw null;
32 }
33
34 // Note: this type is marked as 'beforefieldinit'.
35 [global::Cpp2ILInjected.Token(Token = "0x6002273")]
36 [global::Cpp2ILInjected.Address(RVA = "0x1B74E0C", Offset = "0x1B74E0C", Length = "0x90")]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncTaskCache[]), Member = "CreateCacheableTask", MemberTypeParameters = new object[] { typeof(bool) }, MemberParameters = new object[] { typeof(bool) }, ReturnType = "System.Threading.Tasks.Task`1<TResult>")]
39 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsyncTaskCache), Member = "CreateInt32Tasks", ReturnType = typeof(global::System.Threading.Tasks.Task<int>[]))]
40 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
42 {
43 throw null;
44 }
45
46 [global::Cpp2ILInjected.Token(Token = "0x40012CF")]
47 internal static readonly global::System.Threading.Tasks.Task<bool> TrueTask;
48
49 [global::Cpp2ILInjected.Token(Token = "0x40012D0")]
50 internal static readonly global::System.Threading.Tasks.Task<bool> FalseTask;
51
52 [global::Cpp2ILInjected.Token(Token = "0x40012D1")]
53 internal static readonly global::System.Threading.Tasks.Task<int>[] Int32Tasks;
54 }
55}
class f__AnonymousType0<< Count > j__TPar
static readonly global::System.Threading.Tasks.Task< bool > TrueTask
static readonly global::System.Threading.Tasks.Task< int >[] Int32Tasks
static readonly global::System.Threading.Tasks.Task< bool > FalseTask
static global::System.Threading.Tasks.Task< int >[] CreateInt32Tasks()
static global::System.Threading.Tasks.Task< TResult > CreateCacheableTask< TResult >(TResult result)