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
--f__AnonymousType9.cs
Go to the documentation of this file.
1using System;
4
5// Token: 0x0200000B RID: 11
8{
9 // Token: 0x17000011 RID: 17
10 // (get) Token: 0x06000035 RID: 53 RVA: 0x00002600 File Offset: 0x00000800
12 {
13 get
14 {
15 return this.<FilePath>i__Field;
16 }
17 }
18
19 // Token: 0x17000012 RID: 18
20 // (get) Token: 0x06000036 RID: 54 RVA: 0x00002614 File Offset: 0x00000814
22 {
23 get
24 {
25 return this.<Reason>i__Field;
26 }
27 }
28
29 // Token: 0x06000037 RID: 55 RVA: 0x00002628 File Offset: 0x00000828
32 {
33 this.<FilePath>i__Field = FilePath;
34 this.<Reason>i__Field = Reason;
35 }
36
37 // Token: 0x06000038 RID: 56 RVA: 0x0000264C File Offset: 0x0000084C
39 public override bool Equals(object value)
40 {
41 if (value != null)
42 {
45 return;
46 }
47 }
48
49 // Token: 0x06000039 RID: 57 RVA: 0x0000266C File Offset: 0x0000086C
51 public override int GetHashCode()
52 {
53 /*
54An exception occurred when decompiling this method (06000039)
55
56ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 <>f__AnonymousType9`2::GetHashCode()
57
58 ---> System.Exception: Basic block has to end with unconditional control flow.
59{
60 Block_0:
61 stloc:!'<FilePath>j__TPar'(var_0_06, ldfld:!'<FilePath>j__TPar'('<>f__AnonymousType9`2'::<FilePath>i__Field, ldloc:'<>f__AnonymousType9`2'(this)))
62 stloc:!'<Reason>j__TPar'(var_1_0D, ldfld:!'<Reason>j__TPar'('<>f__AnonymousType9`2'::<Reason>i__Field, ldloc:'<>f__AnonymousType9`2'(this)))
63}
64
65 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
66 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
67 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
68 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
69 --- End of inner exception stack trace ---
70 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
71 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
72*/;
73 }
74
75 // Token: 0x0600003A RID: 58 RVA: 0x00002688 File Offset: 0x00000888
77 public override string ToString()
78 {
80 if (<FilePath>j__TPar == null || <FilePath>j__TPar == null || <FilePath>j__TPar == null)
81 {
82 }
84 if (<Reason>j__TPar != null && <Reason>j__TPar != null && <Reason>j__TPar == null)
85 {
87 }
88 string text;
89 return text;
90 }
91
92 // Token: 0x04000011 RID: 17
95
96 // Token: 0x04000012 RID: 18
99}
class f__AnonymousType9<< FilePath > j__TPar