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

◆ ScanDecimal()

int System.Text.RegularExpressions.RegexParser.ScanDecimal ( )
inlineprivate

Definition at line 483 of file RegexParser.cs.

484 {
485 /*
486An exception occurred when decompiling this method (06000424)
487
488ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 System.Text.RegularExpressions.RegexParser::ScanDecimal()
489
490 ---> System.Exception: Basic block has to end with unconditional control flow.
491{
492 Block_0:
493 stloc:string(var_0_06, ldfld:string(RegexParser::_pattern, ldloc:RegexParser(this)))
494 stloc:int32(var_1_0D, ldfld:int32(RegexParser::_currentPos, ldloc:RegexParser(this)))
495 stloc:int32(var_2_14, ldfld:int32(string::_stringLength, ldloc:string(var_0_06)))
496 stloc:char(var_5_25, callgetter:char(string::get_Chars, ldloc:string(var_0_06), ldloc:int32(var_1_0D)))
497 stloc:int32(var_6_2D, ldfld:int32(RegexParser::_currentPos, ldloc:RegexParser(this)))
498 stfld:int32(RegexParser::_currentPos, ldloc:RegexParser(this), ldloc:int32(var_1_0D))
499 stloc:int32(var_7_41, ldfld:int32(string::_stringLength, ldfld:string(RegexParser::_pattern, ldloc:RegexParser(this))))
500 stloc:ArgumentException(var_9_51, call:ArgumentException(RegexParser::MakeException, ldloc:RegexParser(this), ldstr:string("Capture group numbers must be less than or equal to Int32.MaxValue.")))
501}
502
503 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
504 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
505 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
506 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
507 --- End of inner exception stack trace ---
508 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
509 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
510*/;
511 }