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

◆ OnError

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnError
getsetinherited

Definition at line 386 of file JsonContract.cs.

387 {
388 [global::Cpp2ILInjected.Token(Token = "0x6000576")]
389 [global::Cpp2ILInjected.Address(RVA = "0x1CED6B4", Offset = "0x1CED6B4", Length = "0x13C")]
390 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
391 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
392 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnErrorCallbacks", ReturnType = typeof(IList<SerializationErrorCallback>))]
393 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TypeExtensions), Member = "Method", MemberParameters = new object[] { typeof(Delegate) }, ReturnType = typeof(MethodInfo))]
394 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
395 get
396 {
397 throw null;
398 }
399 [global::Cpp2ILInjected.Token(Token = "0x6000577")]
400 [global::Cpp2ILInjected.Address(RVA = "0x1CED7F0", Offset = "0x1CED7F0", Length = "0x128")]
401 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
402 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
403 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "get_OnErrorCallbacks", ReturnType = typeof(IList<SerializationErrorCallback>))]
404 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(JsonContract), Member = "CreateSerializationErrorCallback", MemberParameters = new object[] { typeof(MethodInfo) }, ReturnType = typeof(SerializationErrorCallback))]
405 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
406 set
407 {
408 throw null;
409 }
410 }
class f__AnonymousType0<< Count > j__TPar
delegate void SerializationErrorCallback(object o, StreamingContext context, ErrorContext errorContext)