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
XmlCharType.cs
Go to the documentation of this file.
1using System;
4
5namespace System.Xml
6{
7 // Token: 0x02000091 RID: 145
8 internal struct XmlCharType
9 {
10 // Token: 0x170001B7 RID: 439
11 // (get) Token: 0x060006B8 RID: 1720 RVA: 0x00003FFD File Offset: 0x000021FD
12 private static object StaticLock
13 {
14 get
15 {
16 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
17 }
18 }
19
20 // Token: 0x060006B9 RID: 1721 RVA: 0x00017760 File Offset: 0x00015960
21 private static void InitInstance()
22 {
24 }
25
26 // Token: 0x060006BA RID: 1722 RVA: 0x000177B4 File Offset: 0x000159B4
27 private static void SetProperties(byte[] chProps, string ranges, byte value)
28 {
29 int stringLength = ranges._stringLength;
30 long num = 0L;
31 char c = ranges[(int)num];
32 char c2 = ranges[(int)num];
33 int stringLength2 = ranges._stringLength;
34 }
35
36 // Token: 0x060006BB RID: 1723 RVA: 0x000177E4 File Offset: 0x000159E4
41
42 // Token: 0x170001B8 RID: 440
43 // (get) Token: 0x060006BC RID: 1724 RVA: 0x000177F8 File Offset: 0x000159F8
44 public static XmlCharType Instance
45 {
46 get
47 {
48 /*
49An exception occurred when decompiling this method (060006BC)
50
51ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance()
52
53 ---> System.Exception: Basic block has to end with unconditional control flow.
54{
55 Block_0:
56 call:void(XmlCharType::InitInstance)
57}
58
59 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
60 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
61 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
62 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
63 --- End of inner exception stack trace ---
64 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
65 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
66*/;
67 }
68 }
69
70 // Token: 0x060006BD RID: 1725 RVA: 0x00003FFD File Offset: 0x000021FD
71 public bool IsWhiteSpace(char ch)
72 {
73 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
74 }
75
76 // Token: 0x060006BE RID: 1726 RVA: 0x00003FFD File Offset: 0x000021FD
77 public bool IsNCNameSingleChar(char ch)
78 {
79 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
80 }
81
82 // Token: 0x060006BF RID: 1727 RVA: 0x00003FFD File Offset: 0x000021FD
83 public bool IsStartNCNameSingleChar(char ch)
84 {
85 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
86 }
87
88 // Token: 0x060006C0 RID: 1728 RVA: 0x00003FFD File Offset: 0x000021FD
89 public bool IsNameSingleChar(char ch)
90 {
91 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
92 }
93
94 // Token: 0x060006C1 RID: 1729 RVA: 0x00003FFD File Offset: 0x000021FD
95 public bool IsCharData(char ch)
96 {
97 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
98 }
99
100 // Token: 0x060006C2 RID: 1730 RVA: 0x0001780C File Offset: 0x00015A0C
101 public bool IsPubidChar(char ch)
102 {
103 }
104
105 // Token: 0x060006C3 RID: 1731 RVA: 0x00003FFD File Offset: 0x000021FD
106 internal bool IsTextChar(char ch)
107 {
108 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
109 }
110
111 // Token: 0x060006C4 RID: 1732 RVA: 0x00003FFD File Offset: 0x000021FD
112 public bool IsLetter(char ch)
113 {
114 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
115 }
116
117 // Token: 0x060006C5 RID: 1733 RVA: 0x00003FFD File Offset: 0x000021FD
118 public bool IsNCNameCharXml4e(char ch)
119 {
120 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
121 }
122
123 // Token: 0x060006C6 RID: 1734 RVA: 0x00003FFD File Offset: 0x000021FD
124 public bool IsStartNCNameCharXml4e(char ch)
125 {
126 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
127 }
128
129 // Token: 0x060006C7 RID: 1735 RVA: 0x00003FFD File Offset: 0x000021FD
130 public bool IsNameCharXml4e(char ch)
131 {
132 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
133 }
134
135 // Token: 0x060006C8 RID: 1736 RVA: 0x00003FFD File Offset: 0x000021FD
136 public static bool IsDigit(char ch)
137 {
138 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
139 }
140
141 // Token: 0x060006C9 RID: 1737 RVA: 0x00003FFD File Offset: 0x000021FD
142 internal static bool IsHighSurrogate(int ch)
143 {
144 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
145 }
146
147 // Token: 0x060006CA RID: 1738 RVA: 0x00003FFD File Offset: 0x000021FD
148 internal static bool IsLowSurrogate(int ch)
149 {
150 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
151 }
152
153 // Token: 0x060006CB RID: 1739 RVA: 0x00003FFD File Offset: 0x000021FD
154 internal static bool IsSurrogate(int ch)
155 {
156 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
157 }
158
159 // Token: 0x060006CC RID: 1740 RVA: 0x00003FFD File Offset: 0x000021FD
160 internal static int CombineSurrogateChar(int lowChar, int highChar)
161 {
162 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
163 }
164
165 // Token: 0x060006CD RID: 1741 RVA: 0x0001781C File Offset: 0x00015A1C
166 internal static void SplitSurrogateChar(int combinedChar, [Out] char lowChar, [Out] char highChar)
167 {
168 }
169
170 // Token: 0x060006CE RID: 1742 RVA: 0x0001782C File Offset: 0x00015A2C
171 internal bool IsOnlyWhitespace(string str)
172 {
173 /*
174An exception occurred when decompiling this method (060006CE)
175
176ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String)
177
178 ---> System.Exception: Basic block has to end with unconditional control flow.
179{
180 Block_0:
181 stloc:int32(var_0_07, call:int32(XmlCharType::IsOnlyWhitespaceWithPos, ldloc:valuetype System.Xml.XmlCharType&(this), ldloc:string(str)))
182}
183
184 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
185 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
186 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
187 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
188 --- End of inner exception stack trace ---
189 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
190 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
191*/;
192 }
193
194 // Token: 0x060006CF RID: 1743 RVA: 0x00017840 File Offset: 0x00015A40
195 internal int IsOnlyWhitespaceWithPos(string str)
196 {
197 /*
198An exception occurred when decompiling this method (060006CF)
199
200ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String)
201
202 ---> System.Exception: Basic block has to end with unconditional control flow.
203{
204 Block_0:
205 stloc:int32(var_0_09, ldfld:int32(string::_stringLength, ldloc:string(str)))
206 stloc:int32(var_3_12, ldfld:int32(string::_stringLength, ldloc:string(str)))
207}
208
209 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
210 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
211 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
212 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
213 --- End of inner exception stack trace ---
214 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
215 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
216*/;
217 }
218
219 // Token: 0x060006D0 RID: 1744 RVA: 0x00017860 File Offset: 0x00015A60
220 internal int IsOnlyCharData(string str)
221 {
222 /*
223An exception occurred when decompiling this method (060006D0)
224
225ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String)
226
227 ---> System.Exception: Basic block has to end with unconditional control flow.
228{
229 Block_0:
230 stloc:int32(var_0_09, ldfld:int32(string::_stringLength, ldloc:string(str)))
231 stloc:int64(var_1_0B, ldc.i4:int64(0))
232 stloc:char(var_2_13, callgetter:char(string::get_Chars, ldloc:string(str), ldloc:int64[exp:int32](var_1_0B)))
233 stloc:int32(var_3_1A, ldfld:int32(string::_stringLength, ldloc:string(str)))
234 stloc:char(var_4_22, callgetter:char(string::get_Chars, ldloc:string(str), ldloc:int64[exp:int32](var_1_0B)))
235 stloc:int32(var_6_2A, ldfld:int32(string::_stringLength, ldloc:string(str)))
236}
237
238 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
239 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
240 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
241 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
242 --- End of inner exception stack trace ---
243 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
244 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
245*/;
246 }
247
248 // Token: 0x060006D1 RID: 1745 RVA: 0x00017898 File Offset: 0x00015A98
249 internal static bool IsOnlyDigits(string str, int startPos, int len)
250 {
251 }
252
253 // Token: 0x060006D2 RID: 1746 RVA: 0x000178A8 File Offset: 0x00015AA8
254 internal int IsPublicId(string str)
255 {
256 /*
257An exception occurred when decompiling this method (060006D2)
258
259ICSharpCode.Decompiler.DecompilerException: Error decompiling System.Int32 System.Xml.XmlCharType::IsPublicId(System.String)
260
261 ---> System.Exception: Basic block has to end with unconditional control flow.
262{
263 Block_0:
264 stloc:int32(var_0_09, ldfld:int32(string::_stringLength, ldloc:string(str)))
265 stloc:int64(var_1_0B, ldc.i4:int64(0))
266 stloc:char(var_2_13, callgetter:char(string::get_Chars, ldloc:string(str), ldloc:int64[exp:int32](var_1_0B)))
267 stloc:int32(var_4_1A, ldfld:int32(string::_stringLength, ldloc:string(str)))
268}
269
270 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
271 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
272 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
273 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
274 --- End of inner exception stack trace ---
275 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
276 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
277*/;
278 }
279
280 // Token: 0x060006D3 RID: 1747 RVA: 0x00003FFD File Offset: 0x000021FD
281 private static bool InRange(int value, int start, int end)
282 {
283 throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
284 }
285
286 // Token: 0x04000396 RID: 918
287 private static object s_Lock;
288
289 // Token: 0x04000397 RID: 919
290 private static byte[] s_CharProperties;
291
292 // Token: 0x04000398 RID: 920
293 internal byte[] charProperties;
294 }
295}
class f__AnonymousType0<< Count > j__TPar
bool IsTextChar(char ch)
static bool InRange(int value, int start, int end)
static byte[] s_CharProperties
bool IsNameSingleChar(char ch)
static object StaticLock
bool IsWhiteSpace(char ch)
static bool IsSurrogate(int ch)
XmlCharType(byte[] charProperties)
bool IsStartNCNameSingleChar(char ch)
bool IsNameCharXml4e(char ch)
static void InitInstance()
static bool IsLowSurrogate(int ch)
bool IsCharData(char ch)
static XmlCharType Instance
static bool IsOnlyDigits(string str, int startPos, int len)
int IsOnlyWhitespaceWithPos(string str)
static void SplitSurrogateChar(int combinedChar, [Out] char lowChar, [Out] char highChar)
int IsOnlyCharData(string str)
bool IsNCNameSingleChar(char ch)
bool IsPubidChar(char ch)
int IsPublicId(string str)
bool IsNCNameCharXml4e(char ch)
static bool IsDigit(char ch)
static int CombineSurrogateChar(int lowChar, int highChar)
static bool IsHighSurrogate(int ch)
static void SetProperties(byte[] chProps, string ranges, byte value)
bool IsLetter(char ch)
bool IsOnlyWhitespace(string str)
bool IsStartNCNameCharXml4e(char ch)