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

◆ OnSerialized

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnSerialized
getsetinherited

Definition at line 330 of file JsonContract.cs.

331 {
332 [global::Cpp2ILInjected.Token(Token = "0x6000572")]
333 [global::Cpp2ILInjected.Address(RVA = "0x1CED1EC", Offset = "0x1CED1EC", Length = "0x13C")]
334 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
335 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnSerializedCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeExtensions), Member = "Method", MemberParameters = new object[] { typeof(Delegate) }, ReturnType = typeof(MethodInfo))]
338 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
339 get
340 {
341 throw null;
342 }
343 [global::Cpp2ILInjected.Token(Token = "0x6000573")]
344 [global::Cpp2ILInjected.Address(RVA = "0x1CED328", Offset = "0x1CED328", Length = "0x128")]
345 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
346 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
347 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnSerializedCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
348 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "CreateSerializationCallback", MemberParameters = new object[] { typeof(MethodInfo) }, ReturnType = typeof(SerializationCallback))]
349 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
350 set
351 {
352 throw null;
353 }
354 }
class f__AnonymousType0<< Count > j__TPar
delegate void SerializationCallback(object o, StreamingContext context)