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__AnonymousType2.cs
Go to the documentation of this file.
1using System;
5
6// Token: 0x02000004 RID: 4
7[CompilerGenerated]
8internal sealed class <>f__AnonymousType2<<index>j__TPar, <state>j__TPar>
9{
10 // Token: 0x17000005 RID: 5
11 // (get) Token: 0x0600000D RID: 13 RVA: 0x000021C8 File Offset: 0x000003C8
13 {
14 get
15 {
16 return this.<index>i__Field;
17 }
18 }
19
20 // Token: 0x17000006 RID: 6
21 // (get) Token: 0x0600000E RID: 14 RVA: 0x000021DB File Offset: 0x000003DB
23 {
24 get
25 {
26 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
27 }
28 }
29
30 // Token: 0x0600000F RID: 15 RVA: 0x000021E8 File Offset: 0x000003E8
33 {
34 this.<index>i__Field = index;
35 }
36
37 // Token: 0x06000010 RID: 16 RVA: 0x00002204 File Offset: 0x00000404
39 public override bool Equals(object value)
40 {
41 if (value != null)
42 {
44 return;
45 }
46 }
47
48 // Token: 0x06000011 RID: 17 RVA: 0x0000221C File Offset: 0x0000041C
50 public override int GetHashCode()
51 {
52 /*
53An exception occurred when decompiling this method (06000011)
54
55ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 <>f__AnonymousType2`2::GetHashCode()
56
57 ---> System.Exception: Basic block has to end with unconditional control flow.
58{
59 Block_0:
60 stloc:!'<index>j__TPar'(var_0_06, ldfld:!'<index>j__TPar'('<>f__AnonymousType2`2'::<index>i__Field, ldloc:'<>f__AnonymousType2`2'(this)))
61}
62
63 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
64 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
65 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
66 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
67 --- End of inner exception stack trace ---
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 92
69 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
70*/;
71 }
72
73 // Token: 0x06000012 RID: 18 RVA: 0x00002230 File Offset: 0x00000430
75 public override string ToString()
76 {
78 string text;
79 string text2;
80 if ((text == null || text != null) && (text2 == null || text2 != null))
81 {
82 string text3;
83 return text3;
84 }
86 }
87
88 // Token: 0x04000005 RID: 5
91
92 // Token: 0x04000006 RID: 6
95}
class f__AnonymousType2<< index > j__TPar