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
HtmlUtf8RawTextWriter.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace System.Xml
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000014")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600004E")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D609F4", Offset = "0x1D609F4", Length = "0x2C")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(XmlWriter))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = ".ctor", MemberParameters = new object[]
17 {
20 }, ReturnType = typeof(void))]
22 {
23 throw null;
24 }
25
26 [global::Cpp2ILInjected.Token(Token = "0x600004F")]
27 [global::Cpp2ILInjected.Address(RVA = "0x1D60B88", Offset = "0x1D60B88", Length = "0x4")]
28 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6000050")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1D60B8C", Offset = "0x1D60B8C", Length = "0x4")]
36 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
37 internal override void WriteXmlDeclaration(string xmldecl)
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x6000051")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1D60B90", Offset = "0x1D60B90", Length = "0x1E0")]
44 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
45 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteDocType", MemberParameters = new object[]
46 {
47 typeof(string),
48 typeof(string),
49 typeof(string),
50 typeof(string)
51 }, ReturnType = typeof(void))]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
55 {
56 typeof(string),
57 typeof(string)
58 }, ReturnType = typeof(bool))]
59 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
60 public override void WriteDocType(string name, string pubid, string sysid, string subset)
61 {
62 throw null;
63 }
64
65 [global::Cpp2ILInjected.Token(Token = "0x6000052")]
66 [global::Cpp2ILInjected.Address(RVA = "0x1D60D70", Offset = "0x1D60D70", Length = "0xE4")]
67 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ByteStack), Member = "Push", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteStartElement", MemberParameters = new object[]
71 {
72 typeof(string),
73 typeof(string),
74 typeof(string)
75 }, ReturnType = typeof(void))]
76 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TernaryTreeReadOnly), Member = "FindCaseInsensitiveString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte))]
77 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
78 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
79 public override void WriteStartElement(string prefix, string localName, string ns)
80 {
81 throw null;
82 }
83
84 [global::Cpp2ILInjected.Token(Token = "0x6000053")]
85 [global::Cpp2ILInjected.Address(RVA = "0x1D60E54", Offset = "0x1D60E54", Length = "0x34")]
86 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
87 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
88 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
89 internal override void StartElementContent()
90 {
91 throw null;
92 }
93
94 [global::Cpp2ILInjected.Token(Token = "0x6000054")]
95 [global::Cpp2ILInjected.Address(RVA = "0x1D60F9C", Offset = "0x1D60F9C", Length = "0xC4")]
96 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
97 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteEndElement", MemberParameters = new object[]
98 {
99 typeof(string),
100 typeof(string),
101 typeof(string)
102 }, ReturnType = typeof(void))]
103 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
104 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteEndElement", MemberParameters = new object[]
105 {
106 typeof(string),
107 typeof(string),
108 typeof(string)
109 }, ReturnType = typeof(void))]
110 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
111 internal override void WriteEndElement(string prefix, string localName, string ns)
112 {
113 throw null;
114 }
115
116 [global::Cpp2ILInjected.Token(Token = "0x6000055")]
117 [global::Cpp2ILInjected.Address(RVA = "0x1D61060", Offset = "0x1D61060", Length = "0xC4")]
118 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
119 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
120 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteFullEndElement", MemberParameters = new object[]
121 {
122 typeof(string),
123 typeof(string),
124 typeof(string)
125 }, ReturnType = typeof(void))]
126 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
127 internal override void WriteFullEndElement(string prefix, string localName, string ns)
128 {
129 throw null;
130 }
131
132 [global::Cpp2ILInjected.Token(Token = "0x6000056")]
133 [global::Cpp2ILInjected.Address(RVA = "0x1D61124", Offset = "0x1D61124", Length = "0x130")]
134 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
135 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "WriteStartAttribute", MemberParameters = new object[]
136 {
137 typeof(string),
138 typeof(string),
139 typeof(string)
140 }, ReturnType = typeof(void))]
141 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
142 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteStartAttribute", MemberParameters = new object[]
143 {
144 typeof(string),
145 typeof(string),
146 typeof(string)
147 }, ReturnType = typeof(void))]
148 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
149 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TernaryTreeReadOnly), Member = "FindCaseInsensitiveString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte))]
150 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
151 public override void WriteStartAttribute(string prefix, string localName, string ns)
152 {
153 throw null;
154 }
155
156 [global::Cpp2ILInjected.Token(Token = "0x6000057")]
157 [global::Cpp2ILInjected.Address(RVA = "0x1D61254", Offset = "0x1D61254", Length = "0x60")]
158 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
159 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
160 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "OutputRestAmps", ReturnType = typeof(void))]
161 public override void WriteEndAttribute()
162 {
163 throw null;
164 }
165
166 [global::Cpp2ILInjected.Token(Token = "0x6000058")]
167 [global::Cpp2ILInjected.Address(RVA = "0x1D61328", Offset = "0x1D61328", Length = "0xD4")]
168 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
169 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
171 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteCommentOrPi", MemberParameters = new object[]
172 {
173 typeof(string),
174 typeof(int)
175 }, ReturnType = typeof(void))]
176 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
177 public override void WriteProcessingInstruction(string target, string text)
178 {
179 throw null;
180 }
181
182 [global::Cpp2ILInjected.Token(Token = "0x6000059")]
183 [global::Cpp2ILInjected.Address(RVA = "0x1D613FC", Offset = "0x1D613FC", Length = "0x54")]
184 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
185 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
186 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
187 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteHtmlElementTextBlock", MemberParameters = new object[]
188 {
189 typeof(char*),
190 typeof(char*)
191 }, ReturnType = typeof(void))]
192 public unsafe override void WriteString(string text)
193 {
194 throw null;
195 }
196
197 [global::Cpp2ILInjected.Token(Token = "0x600005A")]
198 [global::Cpp2ILInjected.Address(RVA = "0x1D614AC", Offset = "0x1D614AC", Length = "0x58")]
199 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
200 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
201 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
202 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
203 public override void WriteEntityRef(string name)
204 {
205 throw null;
206 }
207
208 [global::Cpp2ILInjected.Token(Token = "0x600005B")]
209 [global::Cpp2ILInjected.Address(RVA = "0x1D61504", Offset = "0x1D61504", Length = "0x58")]
210 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
211 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
212 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
213 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
214 public override void WriteCharEntity(char ch)
215 {
216 throw null;
217 }
218
219 [global::Cpp2ILInjected.Token(Token = "0x600005C")]
220 [global::Cpp2ILInjected.Address(RVA = "0x1D6155C", Offset = "0x1D6155C", Length = "0x58")]
221 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
222 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
224 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
225 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
226 {
227 throw null;
228 }
229
230 [global::Cpp2ILInjected.Token(Token = "0x600005D")]
231 [global::Cpp2ILInjected.Address(RVA = "0x1D615B4", Offset = "0x1D615B4", Length = "0x20")]
232 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
233 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteAttributeTextBlock", MemberParameters = new object[]
234 {
235 typeof(char*),
236 typeof(char*)
237 }, ReturnType = typeof(void))]
238 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteElementTextBlock", MemberParameters = new object[]
239 {
240 typeof(char*),
241 typeof(char*)
242 }, ReturnType = typeof(void))]
243 public unsafe override void WriteChars(char[] buffer, int index, int count)
244 {
245 throw null;
246 }
247
248 [global::Cpp2ILInjected.Token(Token = "0x600005E")]
249 [global::Cpp2ILInjected.Address(RVA = "0x1D60A20", Offset = "0x1D60A20", Length = "0x168")]
250 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = ".ctor", MemberParameters = new object[]
251 {
252 typeof(Stream),
254 }, ReturnType = typeof(void))]
255 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ByteStack), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
258 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
259 private void Init(XmlWriterSettings settings)
260 {
261 throw null;
262 }
263
264 [global::Cpp2ILInjected.Token(Token = "0x600005F")]
265 [global::Cpp2ILInjected.Address(RVA = "0x1D60E88", Offset = "0x1D60E88", Length = "0x114")]
266 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
267 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriterIndent), Member = "StartElementContent", ReturnType = typeof(void))]
268 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
269 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
270 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
271 protected void WriteMetaElement()
272 {
273 throw null;
274 }
275
276 [global::Cpp2ILInjected.Token(Token = "0x6000060")]
277 [global::Cpp2ILInjected.Address(RVA = "0x1D61494", Offset = "0x1D61494", Length = "0x18")]
278 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
279 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
280 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteElementTextBlock", MemberParameters = new object[]
281 {
282 typeof(char*),
283 typeof(char*)
284 }, ReturnType = typeof(void))]
285 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "RawText", MemberParameters = new object[]
286 {
287 typeof(char*),
288 typeof(char*)
289 }, ReturnType = typeof(void))]
290 protected unsafe void WriteHtmlElementTextBlock(char* pSrc, char* pSrcEnd)
291 {
292 throw null;
293 }
294
295 [global::Cpp2ILInjected.Token(Token = "0x6000061")]
296 [global::Cpp2ILInjected.Address(RVA = "0x1D61450", Offset = "0x1D61450", Length = "0x44")]
297 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
298 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteHtmlAttributeText", MemberParameters = new object[]
299 {
300 typeof(char*),
301 typeof(char*)
302 }, ReturnType = typeof(void))]
303 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "WriteAttributeTextBlock", MemberParameters = new object[]
304 {
305 typeof(char*),
306 typeof(char*)
307 }, ReturnType = typeof(void))]
308 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteUriAttributeText", MemberParameters = new object[]
309 {
310 typeof(char*),
311 typeof(char*)
312 }, ReturnType = typeof(void))]
313 protected unsafe void WriteHtmlAttributeTextBlock(char* pSrc, char* pSrcEnd)
314 {
315 throw null;
316 }
317
318 [global::Cpp2ILInjected.Token(Token = "0x6000062")]
319 [global::Cpp2ILInjected.Address(RVA = "0x1D61924", Offset = "0x1D61924", Length = "0x26C")]
320 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
321 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteHtmlAttributeTextBlock", MemberParameters = new object[]
322 {
323 typeof(char*),
324 typeof(char*)
325 }, ReturnType = typeof(void))]
326 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
327 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "OutputRestAmps", ReturnType = typeof(void))]
328 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "LineFeedEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
329 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "EncodeChar", MemberParameters = new object[]
330 {
331 typeof(ref char*),
332 typeof(char*),
333 typeof(ref byte*)
334 }, ReturnType = typeof(void))]
335 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "CarriageReturnEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
336 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "QuoteEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "AmpEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
338 private unsafe void WriteHtmlAttributeText(char* pSrc, char* pSrcEnd)
339 {
340 throw null;
341 }
342
343 [global::Cpp2ILInjected.Token(Token = "0x6000063")]
344 [global::Cpp2ILInjected.Address(RVA = "0x1D615D4", Offset = "0x1D615D4", Length = "0x350")]
345 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
346 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteHtmlAttributeTextBlock", MemberParameters = new object[]
347 {
348 typeof(char*),
349 typeof(char*)
350 }, ReturnType = typeof(void))]
351 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
352 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlUtf8RawTextWriter), Member = "OutputRestAmps", ReturnType = typeof(void))]
353 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "LineFeedEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
354 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "CarriageReturnEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
355 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "QuoteEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
356 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "CharToUTF8", MemberParameters = new object[]
357 {
358 typeof(ref char*),
359 typeof(char*),
360 typeof(ref byte*)
361 }, ReturnType = typeof(void))]
362 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
363 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "AmpEntity", MemberParameters = new object[] { typeof(byte*) }, ReturnType = typeof(byte*))]
364 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
365 private unsafe void WriteUriAttributeText(char* pSrc, char* pSrcEnd)
366 {
367 throw null;
368 }
369
370 [global::Cpp2ILInjected.Token(Token = "0x6000064")]
371 [global::Cpp2ILInjected.Address(RVA = "0x1D612B4", Offset = "0x1D612B4", Length = "0x74")]
372 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
373 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteEndAttribute", ReturnType = typeof(void))]
374 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteHtmlAttributeText", MemberParameters = new object[]
375 {
376 typeof(char*),
377 typeof(char*)
378 }, ReturnType = typeof(void))]
379 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlUtf8RawTextWriter), Member = "WriteUriAttributeText", MemberParameters = new object[]
380 {
381 typeof(char*),
382 typeof(char*)
383 }, ReturnType = typeof(void))]
384 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 3)]
385 private unsafe void OutputRestAmps()
386 {
387 throw null;
388 }
389
390 [global::Cpp2ILInjected.Token(Token = "0x400003D")]
391 [global::Cpp2ILInjected.FieldOffset(Offset = "0x88")]
393
394 [global::Cpp2ILInjected.Token(Token = "0x400003E")]
395 [global::Cpp2ILInjected.FieldOffset(Offset = "0x90")]
397
398 [global::Cpp2ILInjected.Token(Token = "0x400003F")]
399 [global::Cpp2ILInjected.FieldOffset(Offset = "0x94")]
401
402 [global::Cpp2ILInjected.Token(Token = "0x4000040")]
403 [global::Cpp2ILInjected.FieldOffset(Offset = "0x98")]
404 private bool endsWithAmpersand;
405
406 [global::Cpp2ILInjected.Token(Token = "0x4000041")]
407 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA0")]
408 private byte[] uriEscapingBuffer;
409
410 [global::Cpp2ILInjected.Token(Token = "0x4000042")]
411 [global::Cpp2ILInjected.FieldOffset(Offset = "0xA8")]
412 private string mediaType;
413
414 [global::Cpp2ILInjected.Token(Token = "0x4000043")]
415 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB0")]
417
418 [global::Cpp2ILInjected.Token(Token = "0x4000044")]
420
421 [global::Cpp2ILInjected.Token(Token = "0x4000045")]
423 }
424}
class f__AnonymousType0<< Count > j__TPar
unsafe void WriteHtmlAttributeTextBlock(char *pSrc, char *pSrcEnd)
void Init(XmlWriterSettings settings)
HtmlUtf8RawTextWriter(Stream stream, XmlWriterSettings settings)
override void WriteStartAttribute(string prefix, string localName, string ns)
unsafe void WriteHtmlElementTextBlock(char *pSrc, char *pSrcEnd)
static TernaryTreeReadOnly elementPropertySearch
override void WriteDocType(string name, string pubid, string sysid, string subset)
unsafe override void WriteChars(char[] buffer, int index, int count)
override void WriteEntityRef(string name)
static TernaryTreeReadOnly attributePropertySearch
unsafe void WriteUriAttributeText(char *pSrc, char *pSrcEnd)
override void WriteFullEndElement(string prefix, string localName, string ns)
override void WriteXmlDeclaration(string xmldecl)
unsafe void WriteHtmlAttributeText(char *pSrc, char *pSrcEnd)
override void WriteProcessingInstruction(string target, string text)
unsafe override void WriteString(string text)
override void WriteStartElement(string prefix, string localName, string ns)
override void WriteXmlDeclaration(XmlStandalone standalone)
override void WriteSurrogateCharEntity(char lowChar, char highChar)
override void WriteEndElement(string prefix, string localName, string ns)
XmlUtf8RawTextWriter(XmlWriterSettings settings)