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
MergablePropertyAttribute.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x02000343 RID: 835
8 public sealed class MergablePropertyAttribute : Attribute
9 {
10 // Token: 0x060015B8 RID: 5560 RVA: 0x00040788 File Offset: 0x0003E988
12 {
13 }
14
15 // Token: 0x170004F3 RID: 1267
16 // (get) Token: 0x060015B9 RID: 5561 RVA: 0x0004079C File Offset: 0x0003E99C
17 public bool AllowMerge
18 {
20 get
21 {
22 return this.<AllowMerge>k__BackingField;
23 }
24 }
25
26 // Token: 0x060015BA RID: 5562 RVA: 0x000407B0 File Offset: 0x0003E9B0
27 public override bool Equals(object obj)
28 {
29 if (obj != null)
30 {
31 }
32 return true;
33 }
34
35 // Token: 0x060015BB RID: 5563 RVA: 0x000407CC File Offset: 0x0003E9CC
36 public override int GetHashCode()
37 {
38 return base.GetHashCode();
39 }
40
41 // Token: 0x060015BC RID: 5564 RVA: 0x000407E0 File Offset: 0x0003E9E0
42 public override bool IsDefaultAttribute()
43 {
44 /*
45An exception occurred when decompiling this method (060015BC)
46
47ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.ComponentModel.MergablePropertyAttribute::IsDefaultAttribute()
48
49 ---> System.Exception: Basic block has to end with unconditional control flow.
50{
51 IL_0000:
52 brtrue(IL_0000, ldc.i4:bool(1))
53}
54
55 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
56 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
57 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1878
58 at ICSharpCode.Decompiler.ILAst.ILAstOptimizer.FlattenBasicBlocks(ILNode node) in D:\a\dnSpy\dnSpy\Extensions\ILSpy.Decompiler\ICSharpCode.Decompiler\ICSharpCode.Decompiler\ILAst\ILAstOptimizer.cs:line 1846
59 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
60 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
61 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
62 --- End of inner exception stack trace ---
63 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
64 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
65*/;
66 }
67
68 // Token: 0x060015BD RID: 5565 RVA: 0x000407F0 File Offset: 0x0003E9F0
69 // Note: this type is marked as 'beforefieldinit'.
71 {
72 }
73
74 // Token: 0x040011A8 RID: 4520
76
77 // Token: 0x040011A9 RID: 4521
79
80 // Token: 0x040011AA RID: 4522
82
83 // Token: 0x040011AB RID: 4523
85 private readonly bool <AllowMerge>k__BackingField;
86 }
87}
class f__AnonymousType0<< Count > j__TPar
static readonly MergablePropertyAttribute Yes
static readonly MergablePropertyAttribute Default
static readonly MergablePropertyAttribute No