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

◆ OnDeserializing

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnDeserializing
getsetinherited

Definition at line 302 of file JsonContract.cs.

303 {
304 [global::Cpp2ILInjected.Token(Token = "0x6000570")]
305 [global::Cpp2ILInjected.Address(RVA = "0x1CECF88", Offset = "0x1CECF88", Length = "0x13C")]
306 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
307 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnDeserializingCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeExtensions), Member = "Method", MemberParameters = new object[] { typeof(Delegate) }, ReturnType = typeof(MethodInfo))]
310 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
311 get
312 {
313 throw null;
314 }
315 [global::Cpp2ILInjected.Token(Token = "0x6000571")]
316 [global::Cpp2ILInjected.Address(RVA = "0x1CED0C4", Offset = "0x1CED0C4", Length = "0x128")]
317 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
318 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnDeserializingCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
320 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "CreateSerializationCallback", MemberParameters = new object[] { typeof(MethodInfo) }, ReturnType = typeof(SerializationCallback))]
321 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
322 set
323 {
324 throw null;
325 }
326 }
class f__AnonymousType0<< Count > j__TPar
delegate void SerializationCallback(object o, StreamingContext context)