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

◆ ToByteArray()

byte[] System.Guid.ToByteArray ( )
inline

Definition at line 249 of file Guid.cs.

250 {
251 /*
252An exception occurred when decompiling this method (0600073D)
253
254ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Byte[] System.Guid::ToByteArray()
255
256 ---> System.Exception: Basic block has to end with unconditional control flow.
257{
258 Block_0:
259 stloc:int16(var_1_06, ldfld:int16(Guid::_b, ldloc:valuetype System.Guid&(this)))
260 stloc:int16(var_2_0D, ldfld:int16(Guid::_c, ldloc:valuetype System.Guid&(this)))
261 stloc:uint8(var_3_14, ldfld:uint8(Guid::_d, ldloc:valuetype System.Guid&(this)))
262 stfld:int32(Span`1::_length, ldloc:Span`1[exp:valuetype System.Span`1&](var_0), ldloc:uint8[exp:int32](var_3_14))
263 stloc:uint8(var_4_22, ldfld:uint8(Guid::_e, ldloc:valuetype System.Guid&(this)))
264 stloc:uint8(var_5_2A, ldfld:uint8(Guid::_f, ldloc:valuetype System.Guid&(this)))
265 stloc:uint8(var_6_32, ldfld:uint8(Guid::_g, ldloc:valuetype System.Guid&(this)))
266 stloc:uint8(var_7_3A, ldfld:uint8(Guid::_h, ldloc:valuetype System.Guid&(this)))
267 stloc:uint8(var_8_42, ldfld:uint8(Guid::_i, ldloc:valuetype System.Guid&(this)))
268 stloc:uint8(var_9_4A, ldfld:uint8(Guid::_j, ldloc:valuetype System.Guid&(this)))
269 stloc:uint8(var_10_52, ldfld:uint8(Guid::_k, ldloc:valuetype System.Guid&(this)))
270}
271
272 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
273 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
274 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
275 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
276 --- End of inner exception stack trace ---
277 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
278 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
279*/;
280 }