terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
SmallXmlParser.cs
Go to the documentation of this file.
1using System;
5using System.IO;
7using System.Text;
10
11namespace Mono.Xml
12{
13 [global::Cpp2ILInjected.Token(Token = "0x200002A")]
14 internal class SmallXmlParser
15 {
16 [global::Cpp2ILInjected.Token(Token = "0x6000076")]
17 [global::Cpp2ILInjected.Address(RVA = "0x1AAB8CC", Offset = "0x1AAB8CC", Length = "0x10C")]
18 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SecurityParser), Member = ".ctor", ReturnType = typeof(void))]
19 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingConfiguration), Member = "LoadDefaultDelayedChannels", ReturnType = typeof(void))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Stack), Member = ".ctor", ReturnType = typeof(void))]
22 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
23 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser.AttrListImpl), Member = ".ctor", ReturnType = typeof(void))]
24 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
25 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 9)]
27 {
28 throw null;
29 }
30
31 [global::Cpp2ILInjected.Token(Token = "0x6000077")]
32 [global::Cpp2ILInjected.Address(RVA = "0x1AAC014", Offset = "0x1AAC014", Length = "0x70")]
33 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "UnexpectedEndError", ReturnType = typeof(global::System.Exception))]
34 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "SkipWhitespaces", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
35 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
37 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Parse", MemberParameters = new object[]
38 {
39 typeof(global::System.IO.TextReader),
40 typeof(SmallXmlParser.IContentHandler)
41 }, ReturnType = typeof(void))]
42 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
44 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadComment", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 9)]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParserException), Member = ".ctor", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(int),
51 typeof(int)
52 }, ReturnType = typeof(void))]
53 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
54 private global::System.Exception Error(string msg)
55 {
56 throw null;
57 }
58
59 [global::Cpp2ILInjected.Token(Token = "0x6000078")]
60 [global::Cpp2ILInjected.Address(RVA = "0x1AAC150", Offset = "0x1AAC150", Length = "0xE0")]
61 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
62 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadUntil", MemberParameters = new object[]
64 {
65 typeof(char),
66 typeof(bool)
67 }, ReturnType = typeof(string))]
68 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
69 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadCDATASection", ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Join", MemberParameters = new object[]
72 {
73 typeof(string),
74 typeof(string[])
75 }, ReturnType = typeof(string))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
77 {
78 typeof(string),
79 typeof(object)
80 }, ReturnType = typeof(string))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
82 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
83 private global::System.Exception UnexpectedEndError()
84 {
85 throw null;
86 }
87
88 [global::Cpp2ILInjected.Token(Token = "0x6000079")]
89 [global::Cpp2ILInjected.Address(RVA = "0x1AAC230", Offset = "0x1AAC230", Length = "0xFC")]
90 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
91 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
92 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(char), Member = "GetUnicodeCategory", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Globalization.UnicodeCategory))]
94 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
95 private bool IsNameChar(char c, bool start)
96 {
97 throw null;
98 }
99
100 [global::Cpp2ILInjected.Token(Token = "0x600007A")]
101 [global::Cpp2ILInjected.Address(RVA = "0x1AAC32C", Offset = "0x1AAC32C", Length = "0x30")]
102 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
104 private bool IsWhitespace(int c)
105 {
106 throw null;
107 }
108
109 [global::Cpp2ILInjected.Token(Token = "0x600007B")]
110 [global::Cpp2ILInjected.Address(RVA = "0x1AAC35C", Offset = "0x1AAC35C", Length = "0x58")]
111 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
112 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
113 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 5)]
115 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
116 public void SkipWhitespaces()
117 {
118 throw null;
119 }
120
121 [global::Cpp2ILInjected.Token(Token = "0x600007C")]
122 [global::Cpp2ILInjected.Address(RVA = "0x1AAC454", Offset = "0x1AAC454", Length = "0xA4")]
123 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
124 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
128 private void HandleWhitespaces()
129 {
130 throw null;
131 }
132
133 [global::Cpp2ILInjected.Token(Token = "0x600007D")]
134 [global::Cpp2ILInjected.Address(RVA = "0x1AAC3B4", Offset = "0x1AAC3B4", Length = "0xA0")]
135 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
136 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
140 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
141 public void SkipWhitespaces(bool expected)
142 {
143 throw null;
144 }
145
146 [global::Cpp2ILInjected.Token(Token = "0x600007E")]
147 [global::Cpp2ILInjected.Address(RVA = "0x1AAC558", Offset = "0x1AAC558", Length = "0x10")]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
149 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
150 private int Peek()
151 {
152 throw null;
153 }
154
155 [global::Cpp2ILInjected.Token(Token = "0x600007F")]
156 [global::Cpp2ILInjected.Address(RVA = "0x1AAC4F8", Offset = "0x1AAC4F8", Length = "0x60")]
157 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
158 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "SkipWhitespaces", ReturnType = typeof(void))]
159 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "HandleWhitespaces", ReturnType = typeof(void))]
160 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "SkipWhitespaces", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
162 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadUntil", MemberParameters = new object[]
163 {
164 typeof(char),
165 typeof(bool)
166 }, ReturnType = typeof(string))]
167 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
168 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadCharacters", ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadCharacterReference", ReturnType = typeof(int))]
172 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
173 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadCDATASection", ReturnType = typeof(void))]
174 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadComment", ReturnType = typeof(void))]
175 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 23)]
176 private int Read()
177 {
178 throw null;
179 }
180
181 [global::Cpp2ILInjected.Token(Token = "0x6000080")]
182 [global::Cpp2ILInjected.Address(RVA = "0x1AAC568", Offset = "0x1AAC568", Length = "0xC0")]
183 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
184 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
185 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
186 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
187 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadComment", ReturnType = typeof(void))]
188 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 6)]
189 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
190 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "UnexpectedEndError", ReturnType = typeof(global::System.Exception))]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
192 {
193 typeof(string),
194 typeof(object),
195 typeof(object)
196 }, ReturnType = typeof(string))]
197 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
198 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
199 public void Expect(int c)
200 {
201 throw null;
202 }
203
204 [global::Cpp2ILInjected.Token(Token = "0x6000081")]
205 [global::Cpp2ILInjected.Address(RVA = "0x1AAC628", Offset = "0x1AAC628", Length = "0xD4")]
206 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
207 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
208 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
209 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
213 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
214 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "UnexpectedEndError", ReturnType = typeof(global::System.Exception))]
215 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
216 private string ReadUntil(char until, bool handleReferences)
217 {
218 throw null;
219 }
220
221 [global::Cpp2ILInjected.Token(Token = "0x6000082")]
222 [global::Cpp2ILInjected.Address(RVA = "0x1AAC8A8", Offset = "0x1AAC8A8", Length = "0x184")]
223 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
224 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
225 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
226 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
227 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
228 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "IsNameChar", MemberParameters = new object[]
229 {
230 typeof(char),
231 typeof(bool)
232 }, ReturnType = typeof(bool))]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Copy", MemberParameters = new object[]
234 {
235 typeof(global::System.Array),
236 typeof(global::System.Array),
237 typeof(int)
238 }, ReturnType = typeof(void))]
239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
240 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "CreateString", MemberParameters = new object[]
241 {
242 typeof(char[]),
243 typeof(int),
244 typeof(int)
245 }, ReturnType = typeof(string))]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
247 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
248 public string ReadName()
249 {
250 throw null;
251 }
252
253 [global::Cpp2ILInjected.Token(Token = "0x6000083")]
254 [global::Cpp2ILInjected.Address(RVA = "0x1AABA60", Offset = "0x1AABA60", Length = "0x1AC")]
255 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
256 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(global::System.Runtime.Remoting.RemotingConfiguration), Member = "LoadDefaultDelayedChannels", ReturnType = typeof(void))]
257 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
258 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
259 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "HandleBufferedContent", ReturnType = typeof(void))]
260 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Cleanup", ReturnType = typeof(void))]
261 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
262 {
263 typeof(string),
264 typeof(object)
265 }, ReturnType = typeof(string))]
266 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
267 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
268 public void Parse(global::System.IO.TextReader input, SmallXmlParser.IContentHandler handler)
269 {
270 throw null;
271 }
272
273 [global::Cpp2ILInjected.Token(Token = "0x6000084")]
274 [global::Cpp2ILInjected.Address(RVA = "0x1AAD184", Offset = "0x1AAD184", Length = "0x68")]
275 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
276 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Parse", MemberParameters = new object[]
277 {
278 typeof(global::System.IO.TextReader),
280 }, ReturnType = typeof(void))]
281 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
282 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser.AttrListImpl), Member = "Clear", ReturnType = typeof(void))]
283 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
284 private void Cleanup()
285 {
286 throw null;
287 }
288
289 [global::Cpp2ILInjected.Token(Token = "0x6000085")]
290 [global::Cpp2ILInjected.Address(RVA = "0x1AACA2C", Offset = "0x1AACA2C", Length = "0x634")]
291 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Parse", MemberParameters = new object[]
293 {
294 typeof(global::System.IO.TextReader),
296 }, ReturnType = typeof(void))]
297 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
299 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "HandleWhitespaces", ReturnType = typeof(void))]
300 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
301 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
302 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Inequality", MemberParameters = new object[]
303 {
304 typeof(string),
305 typeof(string)
306 }, ReturnType = typeof(bool))]
307 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadCDATASection", ReturnType = typeof(void))]
309 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadCharacters", ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "HandleBufferedContent", ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "SkipWhitespaces", ReturnType = typeof(void))]
312 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadUntil", MemberParameters = new object[]
313 {
314 typeof(char),
315 typeof(bool)
316 }, ReturnType = typeof(string))]
317 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Concat", MemberParameters = new object[]
318 {
319 typeof(string),
320 typeof(string)
321 }, ReturnType = typeof(string))]
322 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
323 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadComment", ReturnType = typeof(void))]
324 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser.AttrListImpl), Member = "Clear", ReturnType = typeof(void))]
325 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "UnexpectedEndError", ReturnType = typeof(global::System.Exception))]
326 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "Format", MemberParameters = new object[]
327 {
328 typeof(string),
329 typeof(object),
330 typeof(object)
331 }, ReturnType = typeof(string))]
332 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
333 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
334 public void ReadContent()
335 {
336 throw null;
337 }
338
339 [global::Cpp2ILInjected.Token(Token = "0x6000086")]
340 [global::Cpp2ILInjected.Address(RVA = "0x1AAD060", Offset = "0x1AAD060", Length = "0x124")]
341 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
342 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Parse", MemberParameters = new object[]
343 {
344 typeof(global::System.IO.TextReader),
346 }, ReturnType = typeof(void))]
347 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
348 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
349 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "get_Length", ReturnType = typeof(int))]
350 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "set_Length", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
351 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
353 {
354 throw null;
355 }
356
357 [global::Cpp2ILInjected.Token(Token = "0x6000087")]
358 [global::Cpp2ILInjected.Address(RVA = "0x1AAD544", Offset = "0x1AAD544", Length = "0x78")]
359 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
360 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
361 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
364 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
365 private void ReadCharacters()
366 {
367 throw null;
368 }
369
370 [global::Cpp2ILInjected.Token(Token = "0x6000088")]
371 [global::Cpp2ILInjected.Address(RVA = "0x1AAC6FC", Offset = "0x1AAC6FC", Length = "0x1AC")]
372 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadUntil", MemberParameters = new object[]
374 {
375 typeof(char),
376 typeof(bool)
377 }, ReturnType = typeof(string))]
378 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadCharacters", ReturnType = typeof(void))]
379 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
380 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadCharacterReference", ReturnType = typeof(int))]
382 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
383 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
384 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
385 {
386 typeof(string),
387 typeof(string)
388 }, ReturnType = typeof(bool))]
389 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
390 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
391 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 8)]
392 private void ReadReference()
393 {
394 throw null;
395 }
396
397 [global::Cpp2ILInjected.Token(Token = "0x6000089")]
398 [global::Cpp2ILInjected.Address(RVA = "0x1AAD5BC", Offset = "0x1AAD5BC", Length = "0x108")]
399 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
400 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadReference", ReturnType = typeof(void))]
401 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
402 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
404 {
405 throw null;
406 }
407
408 [global::Cpp2ILInjected.Token(Token = "0x600008A")]
409 [global::Cpp2ILInjected.Address(RVA = "0x1AAD3F8", Offset = "0x1AAD3F8", Length = "0x14C")]
410 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
411 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
412 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
413 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "SkipWhitespaces", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
414 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadName", ReturnType = typeof(string))]
415 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "SkipWhitespaces", ReturnType = typeof(void))]
416 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
417 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
418 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "ReadUntil", MemberParameters = new object[]
419 {
420 typeof(char),
421 typeof(bool)
422 }, ReturnType = typeof(string))]
423 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
424 {
425 typeof(string),
426 typeof(string)
427 }, ReturnType = typeof(bool))]
428 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser.AttrListImpl), Member = "Add", MemberParameters = new object[]
429 {
430 typeof(string),
431 typeof(string)
432 }, ReturnType = typeof(void))]
433 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
434 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
436 {
437 throw null;
438 }
439
440 [global::Cpp2ILInjected.Token(Token = "0x600008B")]
441 [global::Cpp2ILInjected.Address(RVA = "0x1AAD27C", Offset = "0x1AAD27C", Length = "0xF4")]
442 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
443 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
444 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
445 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
446 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Text.StringBuilder), Member = "Append", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(global::System.Text.StringBuilder))]
447 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "UnexpectedEndError", ReturnType = typeof(global::System.Exception))]
448 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
449 private void ReadCDATASection()
450 {
451 throw null;
452 }
453
454 [global::Cpp2ILInjected.Token(Token = "0x600008C")]
455 [global::Cpp2ILInjected.Address(RVA = "0x1AAD370", Offset = "0x1AAD370", Length = "0x88")]
456 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
457 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
458 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
459 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Expect", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
460 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Read", ReturnType = typeof(int))]
461 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SmallXmlParser), Member = "Error", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(global::System.Exception))]
462 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
463 private void ReadComment()
464 {
465 throw null;
466 }
467
468 [global::Cpp2ILInjected.Token(Token = "0x40000C0")]
469 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
471
472 [global::Cpp2ILInjected.Token(Token = "0x40000C1")]
473 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
474 private global::System.IO.TextReader reader;
475
476 [global::Cpp2ILInjected.Token(Token = "0x40000C2")]
477 [global::Cpp2ILInjected.FieldOffset(Offset = "0x20")]
478 private global::System.Collections.Stack elementNames;
479
480 [global::Cpp2ILInjected.Token(Token = "0x40000C3")]
481 [global::Cpp2ILInjected.FieldOffset(Offset = "0x28")]
482 private global::System.Collections.Stack xmlSpaces;
483
484 [global::Cpp2ILInjected.Token(Token = "0x40000C4")]
485 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
486 private string xmlSpace;
487
488 [global::Cpp2ILInjected.Token(Token = "0x40000C5")]
489 [global::Cpp2ILInjected.FieldOffset(Offset = "0x38")]
490 private global::System.Text.StringBuilder buffer;
491
492 [global::Cpp2ILInjected.Token(Token = "0x40000C6")]
493 [global::Cpp2ILInjected.FieldOffset(Offset = "0x40")]
494 private char[] nameBuffer;
495
496 [global::Cpp2ILInjected.Token(Token = "0x40000C7")]
497 [global::Cpp2ILInjected.FieldOffset(Offset = "0x48")]
498 private bool isWhitespace;
499
500 [global::Cpp2ILInjected.Token(Token = "0x40000C8")]
501 [global::Cpp2ILInjected.FieldOffset(Offset = "0x50")]
503
504 [global::Cpp2ILInjected.Token(Token = "0x40000C9")]
505 [global::Cpp2ILInjected.FieldOffset(Offset = "0x58")]
506 private int line;
507
508 [global::Cpp2ILInjected.Token(Token = "0x40000CA")]
509 [global::Cpp2ILInjected.FieldOffset(Offset = "0x5C")]
510 private int column;
511
512 [global::Cpp2ILInjected.Token(Token = "0x40000CB")]
513 [global::Cpp2ILInjected.FieldOffset(Offset = "0x60")]
514 private bool resetColumn;
515
516 [global::Cpp2ILInjected.Token(Token = "0x200002B")]
517 public interface IContentHandler
518 {
519 [global::Cpp2ILInjected.Token(Token = "0x600008D")]
521
522 [global::Cpp2ILInjected.Token(Token = "0x600008E")]
524
525 [global::Cpp2ILInjected.Token(Token = "0x600008F")]
527
528 [global::Cpp2ILInjected.Token(Token = "0x6000090")]
529 void OnEndElement(string name);
530
531 [global::Cpp2ILInjected.Token(Token = "0x6000091")]
532 void OnProcessingInstruction(string name, string text);
533
534 [global::Cpp2ILInjected.Token(Token = "0x6000092")]
535 void OnChars(string text);
536
537 [global::Cpp2ILInjected.Token(Token = "0x6000093")]
539 }
540
541 [global::Cpp2ILInjected.Token(Token = "0x200002C")]
542 public interface IAttrList
543 {
544 [global::Cpp2ILInjected.Token(Token = "0x17000010")]
546 {
547 [global::Cpp2ILInjected.Token(Token = "0x6000094")]
548 get;
549 }
550
551 [global::Cpp2ILInjected.Token(Token = "0x6000095")]
552 string GetName(int i);
553
554 [global::Cpp2ILInjected.Token(Token = "0x6000096")]
555 string GetValue(int i);
556
557 [global::Cpp2ILInjected.Token(Token = "0x6000097")]
558 string GetValue(string name);
559
560 [global::Cpp2ILInjected.Token(Token = "0x17000011")]
561 string[] Names
562 {
563 [global::Cpp2ILInjected.Token(Token = "0x6000098")]
564 get;
565 }
566
567 [global::Cpp2ILInjected.Token(Token = "0x17000012")]
568 string[] Values
569 {
570 [global::Cpp2ILInjected.Token(Token = "0x6000099")]
571 get;
572 }
573 }
574
575 [global::Cpp2ILInjected.Token(Token = "0x200002D")]
577 {
578 [global::Cpp2ILInjected.Token(Token = "0x17000013")]
579 public int Length
580 {
581 [global::Cpp2ILInjected.Token(Token = "0x600009A")]
582 [global::Cpp2ILInjected.Address(RVA = "0x1AAD7C4", Offset = "0x1AAD7C4", Length = "0x40")]
583 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
584 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
585 get
586 {
587 throw null;
588 }
589 }
590
591 [global::Cpp2ILInjected.Token(Token = "0x600009B")]
592 [global::Cpp2ILInjected.Address(RVA = "0x1AAD804", Offset = "0x1AAD804", Length = "0x58")]
593 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
594 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
595 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
596 public string GetName(int i)
597 {
598 throw null;
599 }
600
601 [global::Cpp2ILInjected.Token(Token = "0x600009C")]
602 [global::Cpp2ILInjected.Address(RVA = "0x1AAD85C", Offset = "0x1AAD85C", Length = "0x58")]
603 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
604 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
605 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
606 public string GetValue(int i)
607 {
608 throw null;
609 }
610
611 [global::Cpp2ILInjected.Token(Token = "0x600009D")]
612 [global::Cpp2ILInjected.Address(RVA = "0x1AAD8B4", Offset = "0x1AAD8B4", Length = "0xBC")]
613 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
614 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
615 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "get_Item", MemberParameters = new object[] { typeof(int) }, ReturnType = "T")]
616 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
617 {
618 typeof(string),
619 typeof(string)
620 }, ReturnType = typeof(bool))]
621 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
622 public string GetValue(string name)
623 {
624 throw null;
625 }
626
627 [global::Cpp2ILInjected.Token(Token = "0x17000014")]
628 public string[] Names
629 {
630 [global::Cpp2ILInjected.Token(Token = "0x600009E")]
631 [global::Cpp2ILInjected.Address(RVA = "0x1AAD970", Offset = "0x1AAD970", Length = "0x48")]
632 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
633 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "ToArray", ReturnType = "T[]")]
634 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
635 get
636 {
637 throw null;
638 }
639 }
640
641 [global::Cpp2ILInjected.Token(Token = "0x17000015")]
642 public string[] Values
643 {
644 [global::Cpp2ILInjected.Token(Token = "0x600009F")]
645 [global::Cpp2ILInjected.Address(RVA = "0x1AAD9B8", Offset = "0x1AAD9B8", Length = "0x48")]
646 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
647 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = "ToArray", ReturnType = "T[]")]
648 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
649 get
650 {
651 throw null;
652 }
653 }
654
655 [global::Cpp2ILInjected.Token(Token = "0x60000A0")]
656 [global::Cpp2ILInjected.Address(RVA = "0x1AAD1EC", Offset = "0x1AAD1EC", Length = "0x90")]
657 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
658 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "Cleanup", ReturnType = typeof(void))]
659 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadContent", ReturnType = typeof(void))]
660 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
661 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Array), Member = "Clear", MemberParameters = new object[]
662 {
663 typeof(global::System.Array),
664 typeof(int),
665 typeof(int)
666 }, ReturnType = typeof(void))]
667 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
668 internal void Clear()
669 {
670 throw null;
671 }
672
673 [global::Cpp2ILInjected.Token(Token = "0x60000A1")]
674 [global::Cpp2ILInjected.Address(RVA = "0x1AAD6C4", Offset = "0x1AAD6C4", Length = "0x100")]
675 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
676 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = "ReadAttribute", MemberParameters = new object[] { typeof(SmallXmlParser.AttrListImpl) }, ReturnType = typeof(void))]
677 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
678 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 2)]
679 internal void Add(string name, string value)
680 {
681 throw null;
682 }
683
684 [global::Cpp2ILInjected.Token(Token = "0x60000A2")]
685 [global::Cpp2ILInjected.Address(RVA = "0x1AABF80", Offset = "0x1AABF80", Length = "0x94")]
686 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(SmallXmlParser), Member = ".ctor", ReturnType = typeof(void))]
687 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
688 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.Collections.Generic.List<object>), Member = ".ctor", ReturnType = typeof(void))]
689 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
690 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
692 {
693 throw null;
694 }
695
696 [global::Cpp2ILInjected.Token(Token = "0x40000CC")]
697 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
698 private global::System.Collections.Generic.List<string> attrNames;
699
700 [global::Cpp2ILInjected.Token(Token = "0x40000CD")]
701 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
702 private global::System.Collections.Generic.List<string> attrValues;
703 }
704 }
705}
class f__AnonymousType0<< Count > j__TPar
global::System.Collections.Generic.List< string > attrNames
void Add(string name, string value)
global::System.Collections.Generic.List< string > attrValues
global::System.Collections.Stack elementNames
SmallXmlParser.AttrListImpl attributes
bool IsNameChar(char c, bool start)
void ReadAttribute(SmallXmlParser.AttrListImpl a)
string ReadUntil(char until, bool handleReferences)
global::System.Exception Error(string msg)
global::System.Collections.Stack xmlSpaces
SmallXmlParser.IContentHandler handler
void SkipWhitespaces(bool expected)
global::System.IO.TextReader reader
global::System.Text.StringBuilder buffer
void Parse(global::System.IO.TextReader input, SmallXmlParser.IContentHandler handler)
global::System.Exception UnexpectedEndError()
string GetValue(string name)
void OnProcessingInstruction(string name, string text)
void OnStartElement(string name, SmallXmlParser.IAttrList attrs)
void OnEndParsing(SmallXmlParser parser)
void OnStartParsing(SmallXmlParser parser)