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
SafeSerializationEventArgs.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::Cpp2ILInjected.Token(Token = "0x20003E4")]
9 public sealed class SafeSerializationEventArgs : global::System.EventArgs
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6001F81")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1B58A30", Offset = "0x1B58A30", Length = "0xB8")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SafeSerializationManager), Member = "CompleteSerialization", MemberParameters = new object[]
14 {
15 typeof(object),
18 }, ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
20 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.EventArgs), Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
27
28 [global::Cpp2ILInjected.Token(Token = "0x17000432")]
29 internal global::System.Collections.Generic.IList<object> SerializedStates
30 {
31 [global::Cpp2ILInjected.Token(Token = "0x6001F82")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1B58AE8", Offset = "0x1B58AE8", Length = "0x8")]
33 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
34 get
35 {
36 throw null;
37 }
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x4000FC0")]
41 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
43
44 [global::Cpp2ILInjected.Token(Token = "0x4000FC1")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
46 private global::System.Collections.Generic.List<object> m_serializedStates;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Generic.List< object > m_serializedStates
global::System.Collections.Generic.IList< object > SerializedStates