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

◆ CompareTo() [1/4]

int System.Guid.CompareTo ( Guid value)
inline

Definition at line 379 of file Guid.cs.

380 {
381 /*
382An exception occurred when decompiling this method (06000744)
383
384ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 System.Guid::CompareTo(System.Guid)
385
386 ---> System.Exception: Basic block has to end with unconditional control flow.
387{
388 Block_0:
389 stloc:int16(var_0_06, ldfld:int16(Guid::_b, ldloc:valuetype System.Guid&(this)))
390 stloc:int16(var_1_0D, ldfld:int16(Guid::_c, ldloc:valuetype System.Guid&(this)))
391 stloc:uint8(var_2_14, ldfld:uint8(Guid::_d, ldloc:valuetype System.Guid&(this)))
392 stloc:uint8(var_3_1B, ldfld:uint8(Guid::_e, ldloc:valuetype System.Guid&(this)))
393 stloc:uint8(var_4_22, ldfld:uint8(Guid::_f, ldloc:valuetype System.Guid&(this)))
394 stloc:uint8(var_5_2A, ldfld:uint8(Guid::_g, ldloc:valuetype System.Guid&(this)))
395 stloc:uint8(var_6_32, ldfld:uint8(Guid::_h, ldloc:valuetype System.Guid&(this)))
396 stloc:uint8(var_7_3A, ldfld:uint8(Guid::_i, ldloc:valuetype System.Guid&(this)))
397 stloc:uint8(var_8_42, ldfld:uint8(Guid::_j, ldloc:valuetype System.Guid&(this)))
398 stloc:uint8(var_9_4A, ldfld:uint8(Guid::_k, ldloc:valuetype System.Guid&(this)))
399}
400
401 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
402 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
403 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
404 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
405 --- End of inner exception stack trace ---
406 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
407 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
408*/;
409 }