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
SchemaInfo.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml.Schema
6{
7 // Token: 0x02000133 RID: 307
8 internal class SchemaInfo : IDtdInfo
9 {
10 // Token: 0x06000A85 RID: 2693 RVA: 0x0001D7B4 File Offset: 0x0001B9B4
11 internal SchemaInfo()
12 {
13 if (!true)
14 {
15 }
17 base..ctor();
18 }
19
20 // Token: 0x170002F4 RID: 756
21 // (set) Token: 0x06000A86 RID: 2694 RVA: 0x0001D7D4 File Offset: 0x0001B9D4
23 {
24 set
25 {
27 }
28 }
29
30 // Token: 0x170002F5 RID: 757
31 // (set) Token: 0x06000A87 RID: 2695 RVA: 0x0001D7E8 File Offset: 0x0001B9E8
32 internal string InternalDtdSubset
33 {
34 set
35 {
37 }
38 }
39
40 // Token: 0x170002F6 RID: 758
41 // (get) Token: 0x06000A88 RID: 2696 RVA: 0x0001D7FC File Offset: 0x0001B9FC
43 {
44 get
45 {
46 return this.elementDecls;
47 }
48 }
49
50 // Token: 0x170002F7 RID: 759
51 // (get) Token: 0x06000A89 RID: 2697 RVA: 0x0001D810 File Offset: 0x0001BA10
59
60 // Token: 0x170002F8 RID: 760
61 // (get) Token: 0x06000A8A RID: 2698 RVA: 0x0001D824 File Offset: 0x0001BA24
63 {
64 get
65 {
66 /*
67An exception occurred when decompiling this method (06000A8A)
68
69ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::get_GeneralEntities()
70
71 ---> System.Exception: Basic block has to end with unconditional control flow.
72{
73 IL_0000:
74 brtrue(IL_0000, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<class System.Xml.XmlQualifiedName, class System.Xml.Schema.SchemaEntity>[exp:bool](SchemaInfo::generalEntities, ldloc:SchemaInfo(this)))
75}
76
77 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
78 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
79 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
80 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
81 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
82 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
83 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
84 --- End of inner exception stack trace ---
85 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
86 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
87*/;
88 }
89 }
90
91 // Token: 0x170002F9 RID: 761
92 // (get) Token: 0x06000A8B RID: 2699 RVA: 0x0001D838 File Offset: 0x0001BA38
94 {
95 get
96 {
97 /*
98An exception occurred when decompiling this method (06000A8B)
99
100ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.Dictionary`2<System.Xml.XmlQualifiedName,System.Xml.Schema.SchemaEntity> System.Xml.Schema.SchemaInfo::get_ParameterEntities()
101
102 ---> System.Exception: Basic block has to end with unconditional control flow.
103{
104 IL_0000:
105 brtrue(IL_0000, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<class System.Xml.XmlQualifiedName, class System.Xml.Schema.SchemaEntity>[exp:bool](SchemaInfo::parameterEntities, ldloc:SchemaInfo(this)))
106}
107
108 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
109 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
110 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
111 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
112 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
113 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
114 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
115 --- End of inner exception stack trace ---
116 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
117 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
118*/;
119 }
120 }
121
122 // Token: 0x170002FA RID: 762
123 // (get) Token: 0x06000A8C RID: 2700 RVA: 0x0001D84C File Offset: 0x0001BA4C
124 // (set) Token: 0x06000A8D RID: 2701 RVA: 0x0001D860 File Offset: 0x0001BA60
126 {
127 get
128 {
129 return this.schemaType;
130 }
131 set
132 {
134 }
135 }
136
137 // Token: 0x170002FB RID: 763
138 // (get) Token: 0x06000A8E RID: 2702 RVA: 0x0001D874 File Offset: 0x0001BA74
140 {
141 get
142 {
143 /*
144An exception occurred when decompiling this method (06000A8E)
145
146ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Collections.Generic.Dictionary`2<System.String,System.Xml.Schema.SchemaNotation> System.Xml.Schema.SchemaInfo::get_Notations()
147
148 ---> System.Exception: Basic block has to end with unconditional control flow.
149{
150 IL_0000:
151 brtrue(IL_0000, ldfld:class [mscorlib]System.Collections.Generic.Dictionary`2<string, class System.Xml.Schema.SchemaNotation>[exp:bool](SchemaInfo::notations, ldloc:SchemaInfo(this)))
152}
153
154 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
155 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
156 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
157 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
158 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
159 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
160 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
161 --- End of inner exception stack trace ---
162 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
163 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
164*/;
165 }
166 }
167
168 // Token: 0x06000A8F RID: 2703 RVA: 0x0001D888 File Offset: 0x0001BA88
169 internal void Finish()
170 {
171 int num = 1;
172 int num2 = 1;
174 while (num == 0)
175 {
176 }
178 }
179
180 // Token: 0x170002FC RID: 764
181 // (get) Token: 0x06000A90 RID: 2704 RVA: 0x0001D8C0 File Offset: 0x0001BAC0
183 {
184 get
185 {
186 return this.hasDefaultAttributes;
187 }
188 }
189
190 // Token: 0x170002FD RID: 765
191 // (get) Token: 0x06000A91 RID: 2705 RVA: 0x0001D8D4 File Offset: 0x0001BAD4
193 {
194 get
195 {
196 return this.hasNonCDataAttributes;
197 }
198 }
199
200 // Token: 0x06000A92 RID: 2706 RVA: 0x00003FFD File Offset: 0x000021FD
201 IDtdAttributeListInfo IDtdInfo.LookupAttributeList(string prefix, string localName)
202 {
203 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
204 }
205
206 // Token: 0x06000A93 RID: 2707 RVA: 0x0001D8E8 File Offset: 0x0001BAE8
208 {
209 if (this.generalEntities != null)
210 {
212 return;
213 }
214 }
215
216 // Token: 0x170002FE RID: 766
217 // (get) Token: 0x06000A94 RID: 2708 RVA: 0x0001D908 File Offset: 0x0001BB08
219 {
220 get
221 {
222 return this.docTypeName;
223 }
224 }
225
226 // Token: 0x170002FF RID: 767
227 // (get) Token: 0x06000A95 RID: 2709 RVA: 0x0001D91C File Offset: 0x0001BB1C
229 {
230 get
231 {
232 return this.internalDtdSubset;
233 }
234 }
235
236 // Token: 0x0400054C RID: 1356
238
239 // Token: 0x0400054D RID: 1357
241
242 // Token: 0x0400054E RID: 1358
244
245 // Token: 0x0400054F RID: 1359
247
248 // Token: 0x04000550 RID: 1360
250
251 // Token: 0x04000551 RID: 1361
252 private string internalDtdSubset;
253
254 // Token: 0x04000552 RID: 1362
256
257 // Token: 0x04000553 RID: 1363
259
260 // Token: 0x04000554 RID: 1364
262
263 // Token: 0x04000555 RID: 1365
265
266 // Token: 0x04000556 RID: 1366
268
269 // Token: 0x04000557 RID: 1367
271
272 // Token: 0x04000558 RID: 1368
274 }
275}
class f__AnonymousType0<< Count > j__TPar
Dictionary< string, bool > targetNamespaces
Dictionary< XmlQualifiedName, SchemaEntity > parameterEntities
Dictionary< XmlQualifiedName, SchemaElementDecl > elementDeclsByType
Dictionary< string, SchemaNotation > notations
Dictionary< XmlQualifiedName, SchemaElementDecl > elementDecls
Dictionary< XmlQualifiedName, SchemaEntity > GeneralEntities
Definition SchemaInfo.cs:63
Dictionary< string, SchemaNotation > Notations
Dictionary< XmlQualifiedName, SchemaEntity > ParameterEntities
Definition SchemaInfo.cs:94
Dictionary< XmlQualifiedName, SchemaAttDef > attributeDecls
XmlQualifiedName docTypeName
Dictionary< XmlQualifiedName, SchemaElementDecl > ElementDecls
Definition SchemaInfo.cs:43
XmlQualifiedName DocTypeName
Definition SchemaInfo.cs:23
Dictionary< XmlQualifiedName, SchemaEntity > generalEntities
Dictionary< XmlQualifiedName, SchemaElementDecl > undeclaredElementDecls
Dictionary< XmlQualifiedName, SchemaElementDecl > UndeclaredElementDecls
Definition SchemaInfo.cs:53
IDtdEntityInfo LookupEntity(string name)
IDtdAttributeListInfo LookupAttributeList(string prefix, string localName)