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

◆ Equals() [1/3]

bool UnityEngine.Bounds.Equals ( Bounds other)
inline

Definition at line 58 of file Bounds.cs.

59 {
60 /*
61An exception occurred when decompiling this method (06000243)
62
63ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean UnityEngine.Bounds::Equals(UnityEngine.Bounds)
64
65 ---> System.Exception: Basic block has to end with unconditional control flow.
66{
67 Block_0:
68 stloc:float32(var_0_0B, ldfld:float32(Vector3::x, ldfld:Vector3[exp:valuetype UnityEngine.Vector3&](Bounds::m_Extents, ldloc:valuetype UnityEngine.Bounds&(this))))
69 stloc:float32(var_1_17, ldfld:float32(Vector3::y, ldfld:Vector3[exp:valuetype UnityEngine.Vector3&](Bounds::m_Extents, ldloc:valuetype UnityEngine.Bounds&(this))))
70 stloc:float32(var_2_23, ldfld:float32(Vector3::x, ldfld:Vector3[exp:valuetype UnityEngine.Vector3&](Bounds::m_Extents, ldloc:Bounds[exp:valuetype UnityEngine.Bounds&](other))))
71 stloc:float32(var_3_2F, ldfld:float32(Vector3::y, ldfld:Vector3[exp:valuetype UnityEngine.Vector3&](Bounds::m_Extents, ldloc:Bounds[exp:valuetype UnityEngine.Bounds&](other))))
72 stloc:float32(var_4_3B, ldfld:float32(Vector3::z, ldfld:Vector3[exp:valuetype UnityEngine.Vector3&](Bounds::m_Extents, ldloc:valuetype UnityEngine.Bounds&(this))))
73 stloc:float32(var_5_48, ldfld:float32(Vector3::z, ldfld:Vector3[exp:valuetype UnityEngine.Vector3&](Bounds::m_Extents, ldloc:Bounds[exp:valuetype UnityEngine.Bounds&](other))))
74}
75
76 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
77 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
78 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
79 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
80 --- End of inner exception stack trace ---
81 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
82 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
83*/;
84 }