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

◆ Error

override EventHandler<ErrorEventArgs> Newtonsoft.Json.Serialization.JsonSerializerProxy.Error
setaddremove

Definition at line 18 of file JsonSerializerProxy.cs.

19 {
20 [global::Cpp2ILInjected.Token(Token = "0x6000664")]
21 [global::Cpp2ILInjected.Address(RVA = "0x1D01370", Offset = "0x1D01370", Length = "0x10")]
22 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
23 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
24 add
25 {
26 throw null;
27 }
28 [global::Cpp2ILInjected.Token(Token = "0x6000665")]
29 [global::Cpp2ILInjected.Address(RVA = "0x1D01380", Offset = "0x1D01380", Length = "0x10")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
31 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
32 remove
33 {
34 throw null;
35 }
36 }