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
XmlEncodedRawTextWriterIndent.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x2000033")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x6000188")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1D663C8", Offset = "0x1D663C8", Length = "0x28")]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(TextWriter) }, ReturnType = typeof(XmlWriter))]
14 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
15 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
16 {
19 }, ReturnType = typeof(void))]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x6000189")]
26 [global::Cpp2ILInjected.Address(RVA = "0x1D66504", Offset = "0x1D66504", Length = "0x28")]
27 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(XmlWriter))]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
30 {
32 typeof(XmlWriterSettings)
33 }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "Init", MemberParameters = new object[] { typeof(XmlWriterSettings) }, ReturnType = typeof(void))]
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x600018A")]
41 [global::Cpp2ILInjected.Address(RVA = "0x1D6652C", Offset = "0x1D6652C", Length = "0x60")]
42 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
43 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
44 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteDocType", MemberParameters = new object[]
46 {
47 typeof(string),
48 typeof(string),
49 typeof(string),
50 typeof(string)
51 }, ReturnType = typeof(void))]
52 public override void WriteDocType(string name, string pubid, string sysid, string subset)
53 {
54 throw null;
55 }
56
57 [global::Cpp2ILInjected.Token(Token = "0x600018B")]
58 [global::Cpp2ILInjected.Address(RVA = "0x1D665D4", Offset = "0x1D665D4", Length = "0x90")]
59 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
60 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
61 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitStack), Member = "PushCurr", ReturnType = typeof(void))]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteStartElement", MemberParameters = new object[]
64 {
65 typeof(string),
66 typeof(string),
67 typeof(string)
68 }, ReturnType = typeof(void))]
69 public override void WriteStartElement(string prefix, string localName, string ns)
70 {
71 throw null;
72 }
73
74 [global::Cpp2ILInjected.Token(Token = "0x600018C")]
75 [global::Cpp2ILInjected.Address(RVA = "0x1D66664", Offset = "0x1D66664", Length = "0x54")]
76 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
77 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
78 internal override void StartElementContent()
79 {
80 throw null;
81 }
82
83 [global::Cpp2ILInjected.Token(Token = "0x600018D")]
84 [global::Cpp2ILInjected.Address(RVA = "0x1D666B8", Offset = "0x1D666B8", Length = "0x8")]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
87 {
88 throw null;
89 }
90
91 [global::Cpp2ILInjected.Token(Token = "0x600018E")]
92 [global::Cpp2ILInjected.Address(RVA = "0x1D666C0", Offset = "0x1D666C0", Length = "0xA4")]
93 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
94 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteEndElement", MemberParameters = new object[]
97 {
98 typeof(string),
99 typeof(string),
100 typeof(string)
101 }, ReturnType = typeof(void))]
102 internal override void WriteEndElement(string prefix, string localName, string ns)
103 {
104 throw null;
105 }
106
107 [global::Cpp2ILInjected.Token(Token = "0x600018F")]
108 [global::Cpp2ILInjected.Address(RVA = "0x1D66764", Offset = "0x1D66764", Length = "0xA4")]
109 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
110 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
111 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
112 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteFullEndElement", MemberParameters = new object[]
113 {
114 typeof(string),
115 typeof(string),
116 typeof(string)
117 }, ReturnType = typeof(void))]
118 internal override void WriteFullEndElement(string prefix, string localName, string ns)
119 {
120 throw null;
121 }
122
123 [global::Cpp2ILInjected.Token(Token = "0x6000190")]
124 [global::Cpp2ILInjected.Address(RVA = "0x1D66808", Offset = "0x1D66808", Length = "0x3C")]
125 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
127 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteStartAttribute", MemberParameters = new object[]
128 {
129 typeof(string),
130 typeof(string),
131 typeof(string)
132 }, ReturnType = typeof(void))]
133 public override void WriteStartAttribute(string prefix, string localName, string ns)
134 {
135 throw null;
136 }
137
138 [global::Cpp2ILInjected.Token(Token = "0x6000191")]
139 [global::Cpp2ILInjected.Address(RVA = "0x1D66844", Offset = "0x1D66844", Length = "0xC")]
140 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
141 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteCData", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
142 public override void WriteCData(string text)
143 {
144 throw null;
145 }
146
147 [global::Cpp2ILInjected.Token(Token = "0x6000192")]
148 [global::Cpp2ILInjected.Address(RVA = "0x1D66850", Offset = "0x1D66850", Length = "0x40")]
149 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
150 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
151 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
152 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteComment", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
153 public override void WriteComment(string text)
154 {
155 throw null;
156 }
157
158 [global::Cpp2ILInjected.Token(Token = "0x6000193")]
159 [global::Cpp2ILInjected.Address(RVA = "0x1D66890", Offset = "0x1D66890", Length = "0x48")]
160 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
161 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteProcessingInstruction", MemberParameters = new object[]
164 {
165 typeof(string),
166 typeof(string)
167 }, ReturnType = typeof(void))]
168 public override void WriteProcessingInstruction(string target, string text)
169 {
170 throw null;
171 }
172
173 [global::Cpp2ILInjected.Token(Token = "0x6000194")]
174 [global::Cpp2ILInjected.Address(RVA = "0x1D668D8", Offset = "0x1D668D8", Length = "0xC")]
175 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
176 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteEntityRef", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
177 public override void WriteEntityRef(string name)
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6000195")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1D668E4", Offset = "0x1D668E4", Length = "0xC")]
184 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
185 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteCharEntity", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
186 public override void WriteCharEntity(char ch)
187 {
188 throw null;
189 }
190
191 [global::Cpp2ILInjected.Token(Token = "0x6000196")]
192 [global::Cpp2ILInjected.Address(RVA = "0x1D668F0", Offset = "0x1D668F0", Length = "0xC")]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteSurrogateCharEntity", MemberParameters = new object[]
195 {
196 typeof(char),
197 typeof(char)
198 }, ReturnType = typeof(void))]
199 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
200 {
201 throw null;
202 }
203
204 [global::Cpp2ILInjected.Token(Token = "0x6000197")]
205 [global::Cpp2ILInjected.Address(RVA = "0x1D668FC", Offset = "0x1D668FC", Length = "0xC")]
206 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
207 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteWhitespace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
208 public override void WriteWhitespace(string ws)
209 {
210 throw null;
211 }
212
213 [global::Cpp2ILInjected.Token(Token = "0x6000198")]
214 [global::Cpp2ILInjected.Address(RVA = "0x1D66908", Offset = "0x1D66908", Length = "0xC")]
215 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
216 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
217 public override void WriteString(string text)
218 {
219 throw null;
220 }
221
222 [global::Cpp2ILInjected.Token(Token = "0x6000199")]
223 [global::Cpp2ILInjected.Address(RVA = "0x1D66914", Offset = "0x1D66914", Length = "0xC")]
224 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
225 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteChars", MemberParameters = new object[]
226 {
227 typeof(char[]),
228 typeof(int),
229 typeof(int)
230 }, ReturnType = typeof(void))]
231 public override void WriteChars(char[] buffer, int index, int count)
232 {
233 throw null;
234 }
235
236 [global::Cpp2ILInjected.Token(Token = "0x600019A")]
237 [global::Cpp2ILInjected.Address(RVA = "0x1D66920", Offset = "0x1D66920", Length = "0xC")]
238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteRaw", MemberParameters = new object[]
240 {
241 typeof(char[]),
242 typeof(int),
243 typeof(int)
244 }, ReturnType = typeof(void))]
245 public override void WriteRaw(char[] buffer, int index, int count)
246 {
247 throw null;
248 }
249
250 [global::Cpp2ILInjected.Token(Token = "0x600019B")]
251 [global::Cpp2ILInjected.Address(RVA = "0x1D6692C", Offset = "0x1D6692C", Length = "0xC")]
252 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
253 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteRaw", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
254 public override void WriteRaw(string data)
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x600019C")]
260 [global::Cpp2ILInjected.Address(RVA = "0x1D66938", Offset = "0x1D66938", Length = "0xC")]
261 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
262 public override void WriteBase64(byte[] buffer, int index, int count)
263 {
264 throw null;
265 }
266
267 [global::Cpp2ILInjected.Token(Token = "0x600019D")]
268 [global::Cpp2ILInjected.Address(RVA = "0x1D663F0", Offset = "0x1D663F0", Length = "0x114")]
269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = ".ctor", MemberParameters = new object[]
270 {
271 typeof(Stream),
273 }, ReturnType = typeof(void))]
274 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
275 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
276 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ValidateContentChars", MemberParameters = new object[]
277 {
278 typeof(string),
279 typeof(string),
280 typeof(bool)
281 }, ReturnType = typeof(void))]
282 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
283 private void Init(XmlWriterSettings settings)
284 {
285 throw null;
286 }
287
288 [global::Cpp2ILInjected.Token(Token = "0x600019E")]
289 [global::Cpp2ILInjected.Address(RVA = "0x1D6658C", Offset = "0x1D6658C", Length = "0x48")]
290 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
291 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteDocType", MemberParameters = new object[]
292 {
293 typeof(string),
294 typeof(string),
295 typeof(string),
296 typeof(string)
297 }, ReturnType = typeof(void))]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteStartElement", MemberParameters = new object[]
299 {
300 typeof(string),
301 typeof(string),
302 typeof(string)
303 }, ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteEndElement", MemberParameters = new object[]
305 {
306 typeof(string),
307 typeof(string),
308 typeof(string)
309 }, ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteFullEndElement", MemberParameters = new object[]
311 {
312 typeof(string),
313 typeof(string),
314 typeof(string)
315 }, ReturnType = typeof(void))]
316 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteStartAttribute", MemberParameters = new object[]
317 {
318 typeof(string),
319 typeof(string),
320 typeof(string)
321 }, ReturnType = typeof(void))]
322 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteComment", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
323 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlEncodedRawTextWriterIndent), Member = "WriteProcessingInstruction", MemberParameters = new object[]
324 {
325 typeof(string),
326 typeof(string)
327 }, ReturnType = typeof(void))]
328 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
330 private void WriteIndent()
331 {
332 throw null;
333 }
334
335 [global::Cpp2ILInjected.Token(Token = "0x40000A7")]
336 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
337 protected int indentLevel;
338
339 [global::Cpp2ILInjected.Token(Token = "0x40000A8")]
340 [global::Cpp2ILInjected.FieldOffset(Offset = "0xBC")]
341 protected bool newLineOnAttributes;
342
343 [global::Cpp2ILInjected.Token(Token = "0x40000A9")]
344 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
345 protected string indentChars;
346
347 [global::Cpp2ILInjected.Token(Token = "0x40000AA")]
348 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
349 protected bool mixedContent;
350
351 [global::Cpp2ILInjected.Token(Token = "0x40000AB")]
352 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
354
355 [global::Cpp2ILInjected.Token(Token = "0x40000AC")]
356 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
358 }
359}
class f__AnonymousType0<< Count > j__TPar
override void WriteRaw(char[] buffer, int index, int count)
override void WriteSurrogateCharEntity(char lowChar, char highChar)
override void WriteFullEndElement(string prefix, string localName, string ns)
override void WriteStartAttribute(string prefix, string localName, string ns)
override void WriteChars(char[] buffer, int index, int count)
override void WriteEndElement(string prefix, string localName, string ns)
override void WriteDocType(string name, string pubid, string sysid, string subset)
XmlEncodedRawTextWriterIndent(TextWriter writer, XmlWriterSettings settings)
override void WriteBase64(byte[] buffer, int index, int count)
override void WriteProcessingInstruction(string target, string text)
override void WriteStartElement(string prefix, string localName, string ns)
XmlEncodedRawTextWriterIndent(Stream stream, XmlWriterSettings settings)
override void OnRootElement(ConformanceLevel currentConformanceLevel)
XmlEncodedRawTextWriter(XmlWriterSettings settings)