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

◆ ToXml()

string Mono.Security.Cryptography.KeyPairPersistence.ToXml ( )
inlineprivate

Definition at line 452 of file KeyPairPersistence.cs.

453 {
454 /*
455An exception occurred when decompiling this method (0600014A)
456
457ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String Mono.Security.Cryptography.KeyPairPersistence::ToXml()
458
459 ---> System.Exception: Basic block has to end with unconditional control flow.
460{
461 Block_1:
462 stloc:int32(var_5_2A, ldfld:int32(CspParameters::ProviderType, ldfld:CspParameters(KeyPairPersistence::_params, ldloc:KeyPairPersistence(this))))
463 stloc:string(var_7_34, callgetter:string(Environment::get_NewLine))
464 stloc:string(var_9_3C, callgetter:string(KeyPairPersistence::get_ContainerName, ldloc:KeyPairPersistence(this)))
465 stloc:string(var_11_46, callgetter:string(Environment::get_NewLine))
466 stloc:int32(var_13_53, ldfld:int32(CspParameters::KeyNumber, ldfld:CspParameters(KeyPairPersistence::_params, ldloc:KeyPairPersistence(this))))
467 stloc:string(var_15_5B, ldfld:string(KeyPairPersistence::_keyvalue, ldloc:KeyPairPersistence(this)))
468 stloc:string(var_17_65, callgetter:string(Environment::get_NewLine))
469}
470
471 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
472 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
473 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
474 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
475 --- End of inner exception stack trace ---
476 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
477 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
478*/;
479 }

Referenced by Mono.Security.Cryptography.KeyPairPersistence.Save().