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

◆ OnDeserialized

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnDeserialized
getsetinherited

Definition at line 274 of file JsonContract.cs.

275 {
276 [global::Cpp2ILInjected.Token(Token = "0x600056E")]
277 [global::Cpp2ILInjected.Address(RVA = "0x1CECD24", Offset = "0x1CECD24", Length = "0x13C")]
278 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
279 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
280 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnDeserializedCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
281 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeExtensions), Member = "Method", MemberParameters = new object[] { typeof(Delegate) }, ReturnType = typeof(MethodInfo))]
282 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
283 get
284 {
285 throw null;
286 }
287 [global::Cpp2ILInjected.Token(Token = "0x600056F")]
288 [global::Cpp2ILInjected.Address(RVA = "0x1CECE60", Offset = "0x1CECE60", Length = "0x128")]
289 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
290 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnDeserializedCallbacks", ReturnType = typeof(IList<SerializationCallback>))]
292 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "CreateSerializationCallback", MemberParameters = new object[] { typeof(MethodInfo) }, ReturnType = typeof(SerializationCallback))]
293 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
294 set
295 {
296 throw null;
297 }
298 }
class f__AnonymousType0<< Count > j__TPar
delegate void SerializationCallback(object o, StreamingContext context)