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
XmlDocumentTypeWrapper.cs
Go to the documentation of this file.
1using System;
2using System.Xml;
3
5{
6 // Token: 0x0200010C RID: 268
8 {
9 // Token: 0x06000A8B RID: 2699 RVA: 0x00019CF8 File Offset: 0x00017EF8
15
16 // Token: 0x170001DF RID: 479
17 // (get) Token: 0x06000A8C RID: 2700 RVA: 0x00019D1C File Offset: 0x00017F1C
18 public string Name
19 {
20 get
21 {
22 /*
23An exception occurred when decompiling this method (06000A8C)
24
25ICSharpCode.Decompiler.DecompilerException: Error decompiling System.String Newtonsoft.Json.Converters.XmlDocumentTypeWrapper::get_Name()
26
27 ---> System.Exception: Basic block has to end with unconditional control flow.
28{
29 Block_0:
30 stloc:XmlDocumentType(var_0_06, ldfld:XmlDocumentType(XmlDocumentTypeWrapper::_documentType, ldloc:XmlDocumentTypeWrapper(this)))
31}
32
33 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
34 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
35 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
36 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
37 --- End of inner exception stack trace ---
38 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
39 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
40*/;
41 }
42 }
43
44 // Token: 0x170001E0 RID: 480
45 // (get) Token: 0x06000A8D RID: 2701 RVA: 0x00019D30 File Offset: 0x00017F30
46 public string System
47 {
48 get
49 {
50 return this._documentType.systemId;
51 }
52 }
53
54 // Token: 0x170001E1 RID: 481
55 // (get) Token: 0x06000A8E RID: 2702 RVA: 0x00019D48 File Offset: 0x00017F48
56 public string Public
57 {
58 get
59 {
60 return this._documentType.publicId;
61 }
62 }
63
64 // Token: 0x170001E2 RID: 482
65 // (get) Token: 0x06000A8F RID: 2703 RVA: 0x00019D60 File Offset: 0x00017F60
66 public string InternalSubset
67 {
68 get
69 {
70 return this._documentType.internalSubset;
71 }
72 }
73
74 // Token: 0x170001E3 RID: 483
75 // (get) Token: 0x06000A90 RID: 2704 RVA: 0x00019D78 File Offset: 0x00017F78
76 public override string LocalName
77 {
78 get
79 {
80 return "DOCTYPE";
81 }
82 }
83
84 // Token: 0x04000410 RID: 1040
86 }
87}
class f__AnonymousType0<< Count > j__TPar