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

◆ ParseQuotedField()

PathFilter Newtonsoft.Json.Linq.JsonPath.JPath.ParseQuotedField ( char indexerCloseChar)
inlineprivate

Definition at line 375 of file JPath.cs.

376 {
377 /*
378An exception occurred when decompiling this method (060009CD)
379
380ICSharpCode.Decompiler.DecompilerException: Error decompiling Newtonsoft.Json.Linq.JsonPath.PathFilter Newtonsoft.Json.Linq.JsonPath.JPath::ParseQuotedField(System.Char)
381
382 ---> System.Exception: Basic block has to end with unconditional control flow.
383{
384 IL_007F:
385 stloc:string(var_12_85, ldfld:string(JPath::_expression, ldloc:JPath(this)))
386 stloc:int32(var_13_8D, ldfld:int32(JPath::_currentIndex, ldloc:JPath(this)))
387 stloc:int32(var_14_96, ldfld:int32(string::_stringLength, ldloc:string(var_12_85)))
388 stloc:string(var_15_9E, ldfld:string(JPath::_expression, ldloc:JPath(this)))
389 stloc:int32(var_16_A6, ldfld:int32(JPath::_currentIndex, ldloc:JPath(this)))
390 stloc:string(var_17_B6, call:string(char::ToString, callgetter:char[exp:char&](string::get_Chars, ldloc:string(var_15_9E), ldloc:int32(var_16_A6))))
391 stloc:string(var_18_C4, call:string(string::Concat, ldstr:string("Unexpected character while parsing path indexer: "), ldloc:string(var_17_B6)))
392}
393
394 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
395 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
396 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
397 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
398 --- End of inner exception stack trace ---
399 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
400 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
401*/;
402 }