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
IllogicalCallContext.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000393")]
10 internal class IllogicalCallContext
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x1700038E")]
13 private global::System.Collections.Hashtable Datastore
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6001D88")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1B435A8", Offset = "0x1B435A8", Length = "0x64")]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CallContext), Member = "LogicalSetData", MemberParameters = new object[]
18 {
19 typeof(string),
20 typeof(object)
21 }, ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IllogicalCallContext), Member = "FreeNamedDataSlot", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(IllogicalCallContext), Member = "CreateCopy", ReturnType = typeof(IllogicalCallContext))]
24 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
25 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Hashtable), Member = ".ctor", ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
27 get
28 {
29 throw null;
30 }
31 }
32
33 [global::Cpp2ILInjected.Token(Token = "0x1700038F")]
34 internal object HostContext
35 {
36 [global::Cpp2ILInjected.Token(Token = "0x6001D89")]
37 [global::Cpp2ILInjected.Address(RVA = "0x1B4360C", Offset = "0x1B4360C", Length = "0x8")]
38 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
39 get
40 {
41 throw null;
42 }
43 [global::Cpp2ILInjected.Token(Token = "0x6001D8A")]
44 [global::Cpp2ILInjected.Address(RVA = "0x1B43614", Offset = "0x1B43614", Length = "0x8")]
45 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 set
47 {
48 throw null;
49 }
50 }
51
52 [global::Cpp2ILInjected.Token(Token = "0x17000390")]
53 internal bool HasUserData
54 {
55 [global::Cpp2ILInjected.Token(Token = "0x6001D8B")]
56 [global::Cpp2ILInjected.Address(RVA = "0x1B4361C", Offset = "0x1B4361C", Length = "0x2C")]
57 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
58 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ExecutionContext), Member = "IsDefaultFTContext", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(bool))]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
60 get
61 {
62 throw null;
63 }
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6001D8C")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1B434F8", Offset = "0x1B434F8", Length = "0x24")]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IllogicalCallContext), Member = "get_Datastore", ReturnType = typeof(global::System.Collections.Hashtable))]
70 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
71 public void FreeNamedDataSlot(string name)
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6001D8D")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1B43648", Offset = "0x1B43648", Length = "0x240")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ExecutionContext), Member = "CreateMutableCopy", ReturnType = typeof(global::System.Threading.ExecutionContext))]
80 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IllogicalCallContext), Member = "get_Datastore", ReturnType = typeof(global::System.Collections.Hashtable))]
83 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
85 {
86 throw null;
87 }
88
89 [global::Cpp2ILInjected.Token(Token = "0x6001D8E")]
90 [global::Cpp2ILInjected.Address(RVA = "0x1B43888", Offset = "0x1B43888", Length = "0x8")]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_IllogicalCallContext", ReturnType = typeof(IllogicalCallContext))]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
95 {
96 throw null;
97 }
98
99 [global::Cpp2ILInjected.Token(Token = "0x4000EE0")]
100 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
101 private global::System.Collections.Hashtable m_Datastore;
102
103 [global::Cpp2ILInjected.Token(Token = "0x4000EE1")]
104 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
105 private object m_HostContext;
106 }
107}
class f__AnonymousType0<< Count > j__TPar