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
CallContext.cs
Go to the documentation of this file.
1using System;
7
9{
10 [global::System.Runtime.InteropServices.ComVisible(true)]
11 [global::Cpp2ILInjected.Token(Token = "0x2000392")]
12 [global::System.Serializable]
13 public sealed class CallContext
14 {
15 [global::Cpp2ILInjected.Token(Token = "0x6001D83")]
16 [global::Cpp2ILInjected.Address(RVA = "0x1B433C4", Offset = "0x1B433C4", Length = "0x8")]
17 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
18 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 private CallContext()
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6001D84")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B433CC", Offset = "0x1B433CC", Length = "0x8")]
26 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
27 internal static object SetCurrentCallContext(LogicalCallContext ctx)
28 {
29 throw null;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6001D85")]
33 [global::Cpp2ILInjected.Address(RVA = "0x1B433D4", Offset = "0x1B433D4", Length = "0x38")]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RemotingServices), Member = "InternalExecuteMessage", MemberParameters = new object[]
35 {
36 typeof(global::System.MarshalByRefObject),
38 }, ReturnType = typeof(IMethodReturnMessage))]
39 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
40 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "get_CurrentThread", ReturnType = typeof(global::System.Threading.Thread))]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "GetMutableExecutionContext", ReturnType = typeof(global::System.Threading.ExecutionContext))]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_LogicalCallContext", ReturnType = typeof(LogicalCallContext))]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x6001D86")]
49 [global::Cpp2ILInjected.Address(RVA = "0x1B4340C", Offset = "0x1B4340C", Length = "0x54")]
50 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
51 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.CorrelationManager", Member = "GetLogicalOperationStack", ReturnType = typeof(global::System.Collections.Stack))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "get_CurrentThread", ReturnType = typeof(global::System.Threading.Thread))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "GetExecutionContextReader", ReturnType = typeof(global::System.Threading.ExecutionContext.Reader))]
55 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext.Reader), Member = "get_LogicalCallContext", ReturnType = typeof(LogicalCallContext.Reader))]
56 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LogicalCallContext), Member = "get_Datastore", ReturnType = typeof(global::System.Collections.Hashtable))]
57 public static object LogicalGetData(string name)
58 {
59 throw null;
60 }
61
62 [global::Cpp2ILInjected.Token(Token = "0x6001D87")]
63 [global::Cpp2ILInjected.Address(RVA = "0x1B43494", Offset = "0x1B43494", Length = "0x64")]
64 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
65 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "System.Diagnostics.CorrelationManager", Member = "GetLogicalOperationStack", ReturnType = typeof(global::System.Collections.Stack))]
66 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
67 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "get_CurrentThread", ReturnType = typeof(global::System.Threading.Thread))]
68 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.Thread), Member = "GetMutableExecutionContext", ReturnType = typeof(global::System.Threading.ExecutionContext))]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_IllogicalCallContext", ReturnType = typeof(IllogicalCallContext))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(IllogicalCallContext), Member = "get_Datastore", ReturnType = typeof(global::System.Collections.Hashtable))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Threading.ExecutionContext), Member = "get_LogicalCallContext", ReturnType = typeof(LogicalCallContext))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(LogicalCallContext), Member = "SetData", MemberParameters = new object[]
73 {
74 typeof(string),
75 typeof(object)
76 }, ReturnType = typeof(void))]
77 public static void LogicalSetData(string name, object data)
78 {
79 throw null;
80 }
81 }
82}
class f__AnonymousType0<< Count > j__TPar
static LogicalCallContext SetLogicalCallContext(LogicalCallContext callCtx)
static object SetCurrentCallContext(LogicalCallContext ctx)
static object LogicalGetData(string name)
static void LogicalSetData(string name, object data)