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

◆ this[string fileName]

ZipEntry Ionic.Zip.ZipFile.this[string fileName]
get

Definition at line 1432 of file ZipFile.cs.

1433 {
1434 get
1435 {
1436 /*
1437An exception occurred when decompiling this method (060001C9)
1438
1439ICSharpCode.Decompiler.DecompilerException: Error decompiling Ionic.Zip.ZipEntry Ionic.Zip.ZipFile::get_Item(System.String)
1440
1441 ---> System.Exception: Basic block has to end with unconditional control flow.
1442{
1443 IL_0003:
1444 stloc:string(var_0_09, call:string(SharedUtilities::NormalizePathForUseInZipFile, ldloc:string(fileName)))
1445 stloc:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class Ionic.Zip.ZipEntry>(var_1_10, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class Ionic.Zip.ZipEntry>(ZipFile::_entries, ldloc:ZipFile(this)))
1446 stloc:string(var_2_21, call:string(string::Replace, ldloc:string(var_0_09), ldstr:string("/"), ldstr:string("\\")))
1447 stloc:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class Ionic.Zip.ZipEntry>(var_3_28, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class Ionic.Zip.ZipEntry>(ZipFile::_entries, ldloc:ZipFile(this)))
1448 stloc:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class Ionic.Zip.ZipEntry>(var_4_2F, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class Ionic.Zip.ZipEntry>(ZipFile::_entries, ldloc:ZipFile(this)))
1449}
1450
1451 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
1452 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
1453 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
1454 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
1455 --- End of inner exception stack trace ---
1456 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
1457 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
1458*/;
1459 }
1460 }