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

◆ OnSerializing

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnSerializing
getsetinherited

Definition at line 358 of file JsonContract.cs.

359 {
360 [global::Cpp2ILInjected.Token(Token = "0x6000574")]
361 [global::Cpp2ILInjected.Address(RVA = "0x1CED450", Offset = "0x1CED450", Length = "0x13C")]
362 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
363 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnSerializingCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
365 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeExtensions), Member = "Method", MemberParameters = new object[] { typeof(Delegate) }, ReturnType = typeof(MethodInfo))]
366 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
367 get
368 {
369 throw null;
370 }
371 [global::Cpp2ILInjected.Token(Token = "0x6000575")]
372 [global::Cpp2ILInjected.Address(RVA = "0x1CED58C", Offset = "0x1CED58C", Length = "0x128")]
373 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
374 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
375 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnSerializingCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
376 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "CreateSerializationCallback", MemberParameters = new object[] { typeof(MethodInfo) }, ReturnType = typeof(SerializationCallback))]
377 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
378 set
379 {
380 throw null;
381 }
382 }
class f__AnonymousType0<< Count > j__TPar
delegate void SerializationCallback(object o, StreamingContext context)