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
NotifyParentPropertyAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x02000401 RID: 1025
8 {
9 // Token: 0x06001BDE RID: 7134 RVA: 0x0004CB1C File Offset: 0x0004AD1C
13
14 // Token: 0x17000638 RID: 1592
15 // (get) Token: 0x06001BDF RID: 7135 RVA: 0x0004CB30 File Offset: 0x0004AD30
16 public bool NotifyParent
17 {
18 get
19 {
20 return this.notifyParent;
21 }
22 }
23
24 // Token: 0x06001BE0 RID: 7136 RVA: 0x0004CB44 File Offset: 0x0004AD44
25 public override bool Equals(object obj)
26 {
27 if (obj != null)
28 {
29 }
30 return true;
31 }
32
33 // Token: 0x06001BE1 RID: 7137 RVA: 0x0004CB60 File Offset: 0x0004AD60
34 public override int GetHashCode()
35 {
36 return base.GetHashCode();
37 }
38
39 // Token: 0x06001BE2 RID: 7138 RVA: 0x0004CB74 File Offset: 0x0004AD74
40 public override bool IsDefaultAttribute()
41 {
42 /*
43An exception occurred when decompiling this method (06001BE2)
44
45ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.ComponentModel.NotifyParentPropertyAttribute::IsDefaultAttribute()
46
47 ---> System.Exception: Basic block has to end with unconditional control flow.
48{
49 IL_0000:
50 brtrue(IL_0000, ldc.i4:bool(1))
51}
52
53 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
54 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
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 1878
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 1846
57 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
58 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
59 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
60 --- End of inner exception stack trace ---
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 92
62 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
63*/;
64 }
65
66 // Token: 0x06001BE3 RID: 7139 RVA: 0x0004CB84 File Offset: 0x0004AD84
67 // Note: this type is marked as 'beforefieldinit'.
71
72 // Token: 0x04001379 RID: 4985
74
75 // Token: 0x0400137A RID: 4986
77
78 // Token: 0x0400137B RID: 4987
80
81 // Token: 0x0400137C RID: 4988
82 private bool notifyParent;
83 }
84}
class f__AnonymousType0<< Count > j__TPar
static readonly NotifyParentPropertyAttribute Default
static readonly NotifyParentPropertyAttribute Yes