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
SerializationEventsCache.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::Cpp2ILInjected.Token(Token = "0x20003D3")]
10 internal static class SerializationEventsCache
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001EF5")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1B51B98", Offset = "0x1B51B98", Length = "0x130")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SerializationObjectManager), Member = "RegisterObject", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SerializationObjectManager), Member = "AddOnSerialized", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ObjectManager), Member = "AddOnDeserialized", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ObjectManager), Member = "RaiseOnDeserializedEvent", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(ObjectManager), Member = "RaiseOnDeserializingEvent", MemberParameters = new object[] { typeof(object) }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SafeSerializationManager), Member = "OnDeserialized", MemberParameters = new object[] { typeof(StreamingContext) }, ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Func<object, object>), Member = ".ctor", MemberParameters = new object[]
22 {
23 typeof(object),
24 typeof(global::System.IntPtr)
25 }, ReturnType = typeof(void))]
26 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<object, object>), Member = "GetOrAdd", MemberParameters = new object[]
27 {
28 typeof(object),
29 typeof(global::System.Func<object, object>)
30 }, ReturnType = "TValue")]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
32 internal static SerializationEvents GetSerializationEventsForType(global::System.Type t)
33 {
34 throw null;
35 }
36
37 // Note: this type is marked as 'beforefieldinit'.
38 [global::Cpp2ILInjected.Token(Token = "0x6001EF6")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1B51CC8", Offset = "0x1B51CC8", Length = "0x8C")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Concurrent.ConcurrentDictionary<object, object>), Member = ".ctor", ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
44 {
45 throw null;
46 }
47
48 [global::Cpp2ILInjected.Token(Token = "0x4000F85")]
49 private static readonly global::System.Collections.Concurrent.ConcurrentDictionary<global::System.Type, SerializationEvents> s_cache;
50
51 [global::System.Runtime.CompilerServices.CompilerGenerated]
52 [global::Cpp2ILInjected.Token(Token = "0x20003D4")]
53 [global::System.Serializable]
54 private sealed class <>c
55 {
56 // Note: this type is marked as 'beforefieldinit'.
57 [global::Cpp2ILInjected.Token(Token = "0x6001EF7")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1B51D54", Offset = "0x1B51D54", Length = "0x5C")]
59 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
60 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
61 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
62 static <>c()
63 {
64 throw null;
65 }
66
67 [global::Cpp2ILInjected.Token(Token = "0x6001EF8")]
68 [global::Cpp2ILInjected.Address(RVA = "0x1B51DB0", Offset = "0x1B51DB0", Length = "0x8")]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
71 public <>c()
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x6001EF9")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1B51DB8", Offset = "0x1B51DB8", Length = "0x58")]
78 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
79 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SerializationEvents), Member = ".ctor", MemberParameters = new object[] { typeof(global::System.Type) }, ReturnType = typeof(void))]
80 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
81 internal SerializationEvents <GetSerializationEventsForType>b__1_0(global::System.Type type)
82 {
83 throw null;
84 }
85
86 [global::Cpp2ILInjected.Token(Token = "0x4000F86")]
87 public static readonly SerializationEventsCache.<>c <>9;
88
89 [global::Cpp2ILInjected.Token(Token = "0x4000F87")]
90 public static global::System.Func<global::System.Type, SerializationEvents> <>9__1_0;
91 }
92 }
93}
class f__AnonymousType0<< Count > j__TPar
static SerializationEvents GetSerializationEventsForType(global::System.Type t)
static readonly global::System.Collections.Concurrent.ConcurrentDictionary< global::System.Type, SerializationEvents > s_cache