terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ ReadJson()

override object Newtonsoft.Json.Converters.Matrix4x4Converter.ReadJson ( JsonReader reader,
Type objectType,
object existingValue,
JsonSerializer serializer )
inline

Definition at line 18 of file Matrix4x4Converter.cs.

19 {
20 /*
21An exception occurred when decompiling this method (06000A28)
22
23ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Object Newtonsoft.Json.Converters.Matrix4x4Converter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer)
24
25 ---> System.Exception: Basic block has to end with unconditional control flow.
26{
27 Block_0:
28 stloc:JObject(var_0_06, call:JObject(JObject::Load, ldloc:JsonReader(reader)))
29 stloc:float32(var_1_17, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m00"))))
30 stloc:float32(var_2_28, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m01"))))
31 stloc:float32(var_3_39, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m02"))))
32 stloc:float32(var_4_4A, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m03"))))
33 stloc:float32(var_5_5C, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m20"))))
34 stloc:float32(var_6_6E, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m21"))))
35 stloc:float32(var_7_80, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m22"))))
36 stloc:float32(var_8_92, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m23"))))
37 stloc:float32(var_9_A4, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m30"))))
38 stloc:float32(var_10_B6, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m31"))))
39 stloc:float32(var_12_BF, call:float32(JToken::op_Explicit, ldloc:JToken(var_11)))
40 stloc:float32(var_13_D1, call:float32(JToken::op_Explicit, callgetter:JToken(JObject::get_Item, ldloc:JObject(var_0_06), ldstr:string("m33"))))
41}
42
43 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1852
44 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.Optimize(DecompilerContext context, ILBlock method, AutoPropertyProvider autoPropertyProvider, StateMachineKind& stateMachineKind, MethodDef& inlinedMethod, AsyncMethodDebugInfo& asyncInfo, ILAstOptimizationStep abortBeforeStep) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 355
45 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(IEnumerable`1 parameters, MethodDebugInfoBuilder& builder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 123
46 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 88
47 --- End of inner exception stack trace ---
48 at ICSharpCode.Decompiler.Ast.AstMethodBodyBuilder.CreateMethodBody(MethodDef methodDef, DecompilerContext context, AutoPropertyProvider autoPropertyProvider, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, StringBuilder sb, MethodDebugInfoBuilder& stmtsBuilder) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstMethodBodyBuilder.cs:line 92
49 at ICSharpCode.Decompiler.Ast.AstBuilder.AddMethodBody(EntityDeclaration methodNode, EntityDeclaration& updatedNode, MethodDef method, IEnumerable`1 parameters, Boolean valueParameterIsKeyword, MethodKind methodKind) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\Ast\AstBuilder.cs:line 1683
50*/;
51 }