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
XmlUtf8RawTextWriterIndent.cs
Go to the documentation of this file.
1using System;
2using System.IO;
5
6namespace System.Xml
7{
8 [global::Cpp2ILInjected.Token(Token = "0x200004D")]
10 {
11 [global::Cpp2ILInjected.Token(Token = "0x60003B1")]
12 [global::Cpp2ILInjected.Address(RVA = "0x1D82C94", Offset = "0x1D82C94", Length = "0x28")]
13 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
14 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = ".ctor", MemberParameters = new object[]
15 {
18 }, ReturnType = typeof(void))]
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x60003B2")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1D82DC8", Offset = "0x1D82DC8", Length = "0x60")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
29 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteDocType", MemberParameters = new object[]
30 {
31 typeof(string),
32 typeof(string),
33 typeof(string),
34 typeof(string)
35 }, ReturnType = typeof(void))]
36 public override void WriteDocType(string name, string pubid, string sysid, string subset)
37 {
38 throw null;
39 }
40
41 [global::Cpp2ILInjected.Token(Token = "0x60003B3")]
42 [global::Cpp2ILInjected.Address(RVA = "0x1D82E70", Offset = "0x1D82E70", Length = "0x7C")]
43 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
45 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
46 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitStack), Member = "PushBit", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteStartElement", MemberParameters = new object[]
48 {
49 typeof(string),
50 typeof(string),
51 typeof(string)
52 }, ReturnType = typeof(void))]
53 public override void WriteStartElement(string prefix, string localName, string ns)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x60003B4")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1D82EEC", Offset = "0x1D82EEC", Length = "0x68")]
60 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
61 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
62 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitStack), Member = "PeekBit", ReturnType = typeof(bool))]
63 internal override void StartElementContent()
64 {
65 throw null;
66 }
67
68 [global::Cpp2ILInjected.Token(Token = "0x60003B5")]
69 [global::Cpp2ILInjected.Address(RVA = "0x1D82F54", Offset = "0x1D82F54", Length = "0x8")]
70 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
72 {
73 throw null;
74 }
75
76 [global::Cpp2ILInjected.Token(Token = "0x60003B6")]
77 [global::Cpp2ILInjected.Address(RVA = "0x1D82F5C", Offset = "0x1D82F5C", Length = "0x78")]
78 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
79 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
80 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
81 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitStack), Member = "PopBit", ReturnType = typeof(bool))]
82 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteEndElement", MemberParameters = new object[]
83 {
84 typeof(string),
85 typeof(string),
86 typeof(string)
87 }, ReturnType = typeof(void))]
88 internal override void WriteEndElement(string prefix, string localName, string ns)
89 {
90 throw null;
91 }
92
93 [global::Cpp2ILInjected.Token(Token = "0x60003B7")]
94 [global::Cpp2ILInjected.Address(RVA = "0x1D82FD4", Offset = "0x1D82FD4", Length = "0x78")]
95 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
96 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
97 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
98 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitStack), Member = "PopBit", ReturnType = typeof(bool))]
99 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteFullEndElement", MemberParameters = new object[]
100 {
101 typeof(string),
102 typeof(string),
103 typeof(string)
104 }, ReturnType = typeof(void))]
105 internal override void WriteFullEndElement(string prefix, string localName, string ns)
106 {
107 throw null;
108 }
109
110 [global::Cpp2ILInjected.Token(Token = "0x60003B8")]
111 [global::Cpp2ILInjected.Address(RVA = "0x1D8304C", Offset = "0x1D8304C", Length = "0x3C")]
112 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
113 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
114 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteStartAttribute", MemberParameters = new object[]
115 {
116 typeof(string),
117 typeof(string),
118 typeof(string)
119 }, ReturnType = typeof(void))]
120 public override void WriteStartAttribute(string prefix, string localName, string ns)
121 {
122 throw null;
123 }
124
125 [global::Cpp2ILInjected.Token(Token = "0x60003B9")]
126 [global::Cpp2ILInjected.Address(RVA = "0x1D83088", Offset = "0x1D83088", Length = "0xC")]
127 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteCData", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
129 public override void WriteCData(string text)
130 {
131 throw null;
132 }
133
134 [global::Cpp2ILInjected.Token(Token = "0x60003BA")]
135 [global::Cpp2ILInjected.Address(RVA = "0x1D83094", Offset = "0x1D83094", Length = "0x40")]
136 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
137 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
138 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteComment", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
140 public override void WriteComment(string text)
141 {
142 throw null;
143 }
144
145 [global::Cpp2ILInjected.Token(Token = "0x60003BB")]
146 [global::Cpp2ILInjected.Address(RVA = "0x1D830D4", Offset = "0x1D830D4", Length = "0x48")]
147 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
148 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteIndent", ReturnType = typeof(void))]
150 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteProcessingInstruction", MemberParameters = new object[]
151 {
152 typeof(string),
153 typeof(string)
154 }, ReturnType = typeof(void))]
155 public override void WriteProcessingInstruction(string target, string text)
156 {
157 throw null;
158 }
159
160 [global::Cpp2ILInjected.Token(Token = "0x60003BC")]
161 [global::Cpp2ILInjected.Address(RVA = "0x1D8311C", Offset = "0x1D8311C", Length = "0xC")]
162 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
163 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteEntityRef", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
164 public override void WriteEntityRef(string name)
165 {
166 throw null;
167 }
168
169 [global::Cpp2ILInjected.Token(Token = "0x60003BD")]
170 [global::Cpp2ILInjected.Address(RVA = "0x1D83128", Offset = "0x1D83128", Length = "0xC")]
171 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
172 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteCharEntity", MemberParameters = new object[] { typeof(char) }, ReturnType = typeof(void))]
173 public override void WriteCharEntity(char ch)
174 {
175 throw null;
176 }
177
178 [global::Cpp2ILInjected.Token(Token = "0x60003BE")]
179 [global::Cpp2ILInjected.Address(RVA = "0x1D83134", Offset = "0x1D83134", Length = "0xC")]
180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteSurrogateCharEntity", MemberParameters = new object[]
182 {
183 typeof(char),
184 typeof(char)
185 }, ReturnType = typeof(void))]
186 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
187 {
188 throw null;
189 }
190
191 [global::Cpp2ILInjected.Token(Token = "0x60003BF")]
192 [global::Cpp2ILInjected.Address(RVA = "0x1D83140", Offset = "0x1D83140", Length = "0xC")]
193 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
194 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteWhitespace", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
195 public override void WriteWhitespace(string ws)
196 {
197 throw null;
198 }
199
200 [global::Cpp2ILInjected.Token(Token = "0x60003C0")]
201 [global::Cpp2ILInjected.Address(RVA = "0x1D8314C", Offset = "0x1D8314C", Length = "0xC")]
202 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
203 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
204 public override void WriteString(string text)
205 {
206 throw null;
207 }
208
209 [global::Cpp2ILInjected.Token(Token = "0x60003C1")]
210 [global::Cpp2ILInjected.Address(RVA = "0x1D83158", Offset = "0x1D83158", Length = "0xC")]
211 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteChars", MemberParameters = new object[]
213 {
214 typeof(char[]),
215 typeof(int),
216 typeof(int)
217 }, ReturnType = typeof(void))]
218 public override void WriteChars(char[] buffer, int index, int count)
219 {
220 throw null;
221 }
222
223 [global::Cpp2ILInjected.Token(Token = "0x60003C2")]
224 [global::Cpp2ILInjected.Address(RVA = "0x1D83164", Offset = "0x1D83164", Length = "0x30")]
225 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
226 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteRawWithCharChecking", MemberParameters = new object[]
227 {
228 typeof(char*),
229 typeof(char*)
230 }, ReturnType = typeof(void))]
231 public unsafe override void WriteRaw(char[] buffer, int index, int count)
232 {
233 throw null;
234 }
235
236 [global::Cpp2ILInjected.Token(Token = "0x60003C3")]
237 [global::Cpp2ILInjected.Address(RVA = "0x1D83194", Offset = "0x1D83194", Length = "0xC")]
238 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
239 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteRaw", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
240 public override void WriteRaw(string data)
241 {
242 throw null;
243 }
244
245 [global::Cpp2ILInjected.Token(Token = "0x60003C4")]
246 [global::Cpp2ILInjected.Address(RVA = "0x1D831A0", Offset = "0x1D831A0", Length = "0x10")]
247 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
248 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlRawWriter), Member = "WriteBase64", MemberParameters = new object[]
249 {
250 typeof(byte[]),
251 typeof(int),
252 typeof(int)
253 }, ReturnType = typeof(void))]
254 public override void WriteBase64(byte[] buffer, int index, int count)
255 {
256 throw null;
257 }
258
259 [global::Cpp2ILInjected.Token(Token = "0x60003C5")]
260 [global::Cpp2ILInjected.Address(RVA = "0x1D82CBC", Offset = "0x1D82CBC", Length = "0x10C")]
261 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(XmlWriter))]
262 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
263 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(BitStack), Member = ".ctor", ReturnType = typeof(void))]
264 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "ValidateContentChars", MemberParameters = new object[]
265 {
266 typeof(string),
267 typeof(string),
268 typeof(bool)
269 }, ReturnType = typeof(void))]
270 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 4)]
271 private void Init(XmlWriterSettings settings)
272 {
273 throw null;
274 }
275
276 [global::Cpp2ILInjected.Token(Token = "0x60003C6")]
277 [global::Cpp2ILInjected.Address(RVA = "0x1D82E28", Offset = "0x1D82E28", Length = "0x48")]
278 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteDocType", MemberParameters = new object[]
280 {
281 typeof(string),
282 typeof(string),
283 typeof(string),
284 typeof(string)
285 }, ReturnType = typeof(void))]
286 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteStartElement", MemberParameters = new object[]
287 {
288 typeof(string),
289 typeof(string),
290 typeof(string)
291 }, ReturnType = typeof(void))]
292 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteEndElement", MemberParameters = new object[]
293 {
294 typeof(string),
295 typeof(string),
296 typeof(string)
297 }, ReturnType = typeof(void))]
298 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteFullEndElement", MemberParameters = new object[]
299 {
300 typeof(string),
301 typeof(string),
302 typeof(string)
303 }, ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteStartAttribute", MemberParameters = new object[]
305 {
306 typeof(string),
307 typeof(string),
308 typeof(string)
309 }, ReturnType = typeof(void))]
310 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteComment", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
311 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlUtf8RawTextWriterIndent), Member = "WriteProcessingInstruction", MemberParameters = new object[]
312 {
313 typeof(string),
314 typeof(string)
315 }, ReturnType = typeof(void))]
316 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 7)]
317 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
318 private void WriteIndent()
319 {
320 throw null;
321 }
322
323 [global::Cpp2ILInjected.Token(Token = "0x40001D8")]
324 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
325 protected int indentLevel;
326
327 [global::Cpp2ILInjected.Token(Token = "0x40001D9")]
328 [global::Cpp2ILInjected.FieldOffset(Offset = "0x8C")]
329 protected bool newLineOnAttributes;
330
331 [global::Cpp2ILInjected.Token(Token = "0x40001DA")]
332 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
333 protected string indentChars;
334
335 [global::Cpp2ILInjected.Token(Token = "0x40001DB")]
336 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
337 protected bool mixedContent;
338
339 [global::Cpp2ILInjected.Token(Token = "0x40001DC")]
340 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
342
343 [global::Cpp2ILInjected.Token(Token = "0x40001DD")]
344 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
346 }
347}
class f__AnonymousType0<< Count > j__TPar
override void OnRootElement(ConformanceLevel currentConformanceLevel)
XmlUtf8RawTextWriterIndent(Stream stream, XmlWriterSettings settings)
override void WriteProcessingInstruction(string target, string text)
override void WriteDocType(string name, string pubid, string sysid, string subset)
override void WriteStartAttribute(string prefix, string localName, string ns)
override void WriteFullEndElement(string prefix, string localName, string ns)
override void WriteBase64(byte[] buffer, int index, int count)
override void WriteStartElement(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 WriteSurrogateCharEntity(char lowChar, char highChar)
unsafe override void WriteRaw(char[] buffer, int index, int count)
XmlUtf8RawTextWriter(XmlWriterSettings settings)