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
HtmlEncodedRawTextWriter.cs
Go to the documentation of this file.
1using System;
2using System.IO;
6
7namespace System.Xml
8{
9 [global::Cpp2ILInjected.Token(Token = "0x2000011")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600002B")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1D5DCE4", Offset = "0x1D5DCE4", Length = "0x28")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(TextWriter) }, ReturnType = typeof(XmlWriter))]
15 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
16 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
17 {
20 }, ReturnType = typeof(void))]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "Init", MemberParameters = new object[] { typeof(XmlWriterSettings) }, ReturnType = typeof(void))]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x600002C")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1D5DF40", Offset = "0x1D5DF40", Length = "0x28")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(XmlWriterSettings), Member = "CreateWriter", MemberParameters = new object[] { typeof(Stream) }, ReturnType = typeof(XmlWriter))]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
32 {
34 typeof(XmlWriterSettings)
35 }, ReturnType = typeof(void))]
36 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "Init", MemberParameters = new object[] { typeof(XmlWriterSettings) }, ReturnType = typeof(void))]
38 {
39 throw null;
40 }
41
42 [global::Cpp2ILInjected.Token(Token = "0x600002D")]
43 [global::Cpp2ILInjected.Address(RVA = "0x1D5E1BC", Offset = "0x1D5E1BC", Length = "0x4")]
44 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
46 {
47 throw null;
48 }
49
50 [global::Cpp2ILInjected.Token(Token = "0x600002E")]
51 [global::Cpp2ILInjected.Address(RVA = "0x1D5E1C0", Offset = "0x1D5E1C0", Length = "0x4")]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 internal override void WriteXmlDeclaration(string xmldecl)
54 {
55 throw null;
56 }
57
58 [global::Cpp2ILInjected.Token(Token = "0x600002F")]
59 [global::Cpp2ILInjected.Address(RVA = "0x1D5E1C4", Offset = "0x1D5E1C4", Length = "0x1D8")]
60 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
61 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteDocType", MemberParameters = new object[]
62 {
63 typeof(string),
64 typeof(string),
65 typeof(string),
66 typeof(string)
67 }, ReturnType = typeof(void))]
68 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
69 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "op_Equality", MemberParameters = new object[]
72 {
73 typeof(string),
74 typeof(string)
75 }, ReturnType = typeof(bool))]
76 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
77 public override void WriteDocType(string name, string pubid, string sysid, string subset)
78 {
79 throw null;
80 }
81
82 [global::Cpp2ILInjected.Token(Token = "0x6000030")]
83 [global::Cpp2ILInjected.Address(RVA = "0x1D5E430", Offset = "0x1D5E430", Length = "0xF4")]
84 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
85 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
86 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ByteStack), Member = "Push", MemberParameters = new object[] { typeof(byte) }, ReturnType = typeof(void))]
87 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteStartElement", MemberParameters = new object[]
88 {
89 typeof(string),
90 typeof(string),
91 typeof(string)
92 }, ReturnType = typeof(void))]
93 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
94 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TernaryTreeReadOnly), Member = "FindCaseInsensitiveString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte))]
95 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
96 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
97 public override void WriteStartElement(string prefix, string localName, string ns)
98 {
99 throw null;
100 }
101
102 [global::Cpp2ILInjected.Token(Token = "0x6000031")]
103 [global::Cpp2ILInjected.Address(RVA = "0x1D5E6B4", Offset = "0x1D5E6B4", Length = "0x30")]
104 [global::Cpp2ILInjected.CallAnalysis.ContainsInvalidInstructions]
105 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
106 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
107 internal override void StartElementContent()
108 {
109 throw null;
110 }
111
112 [global::Cpp2ILInjected.Token(Token = "0x6000032")]
113 [global::Cpp2ILInjected.Address(RVA = "0x1D5E7E0", Offset = "0x1D5E7E0", Length = "0xD8")]
114 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
115 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteEndElement", MemberParameters = new object[]
116 {
117 typeof(string),
118 typeof(string),
119 typeof(string)
120 }, ReturnType = typeof(void))]
121 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
122 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteEndElement", MemberParameters = new object[]
123 {
124 typeof(string),
125 typeof(string),
126 typeof(string)
127 }, ReturnType = typeof(void))]
128 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
129 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
130 internal override void WriteEndElement(string prefix, string localName, string ns)
131 {
132 throw null;
133 }
134
135 [global::Cpp2ILInjected.Token(Token = "0x6000033")]
136 [global::Cpp2ILInjected.Address(RVA = "0x1D5E9AC", Offset = "0x1D5E9AC", Length = "0xD8")]
137 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
138 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
139 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteFullEndElement", MemberParameters = new object[]
140 {
141 typeof(string),
142 typeof(string),
143 typeof(string)
144 }, ReturnType = typeof(void))]
145 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
146 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
147 internal override void WriteFullEndElement(string prefix, string localName, string ns)
148 {
149 throw null;
150 }
151
152 [global::Cpp2ILInjected.Token(Token = "0x6000034")]
153 [global::Cpp2ILInjected.Address(RVA = "0x1D5EB44", Offset = "0x1D5EB44", Length = "0x130")]
154 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
155 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "WriteStartAttribute", MemberParameters = new object[]
156 {
157 typeof(string),
158 typeof(string),
159 typeof(string)
160 }, ReturnType = typeof(void))]
161 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
162 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteStartAttribute", MemberParameters = new object[]
163 {
164 typeof(string),
165 typeof(string),
166 typeof(string)
167 }, ReturnType = typeof(void))]
168 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
169 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
170 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(TernaryTreeReadOnly), Member = "FindCaseInsensitiveString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(byte))]
171 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
172 public override void WriteStartAttribute(string prefix, string localName, string ns)
173 {
174 throw null;
175 }
176
177 [global::Cpp2ILInjected.Token(Token = "0x6000035")]
178 [global::Cpp2ILInjected.Address(RVA = "0x1D5ED4C", Offset = "0x1D5ED4C", Length = "0xB0")]
179 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
180 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
181 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
182 public override void WriteEndAttribute()
183 {
184 throw null;
185 }
186
187 [global::Cpp2ILInjected.Token(Token = "0x6000036")]
188 [global::Cpp2ILInjected.Address(RVA = "0x1D5EE40", Offset = "0x1D5EE40", Length = "0xE0")]
189 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
190 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
191 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
192 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
193 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteCommentOrPi", MemberParameters = new object[]
194 {
195 typeof(string),
196 typeof(int)
197 }, ReturnType = typeof(void))]
198 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
199 public override void WriteProcessingInstruction(string target, string text)
200 {
201 throw null;
202 }
203
204 [global::Cpp2ILInjected.Token(Token = "0x6000037")]
205 [global::Cpp2ILInjected.Address(RVA = "0x1D5F218", Offset = "0x1D5F218", Length = "0x74")]
206 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
207 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
208 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(RuntimeHelpers), Member = "get_OffsetToStringData", ReturnType = typeof(int))]
209 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
210 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteHtmlElementTextBlock", MemberParameters = new object[]
211 {
212 typeof(char*),
213 typeof(char*)
214 }, ReturnType = typeof(void))]
215 public unsafe override void WriteString(string text)
216 {
217 throw null;
218 }
219
220 [global::Cpp2ILInjected.Token(Token = "0x6000038")]
221 [global::Cpp2ILInjected.Address(RVA = "0x1D5F2DC", Offset = "0x1D5F2DC", Length = "0x58")]
222 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
223 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
224 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
225 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
226 public override void WriteEntityRef(string name)
227 {
228 throw null;
229 }
230
231 [global::Cpp2ILInjected.Token(Token = "0x6000039")]
232 [global::Cpp2ILInjected.Address(RVA = "0x1D5F334", Offset = "0x1D5F334", Length = "0x58")]
233 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
234 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
235 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
236 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
237 public override void WriteCharEntity(char ch)
238 {
239 throw null;
240 }
241
242 [global::Cpp2ILInjected.Token(Token = "0x600003A")]
243 [global::Cpp2ILInjected.Address(RVA = "0x1D5F38C", Offset = "0x1D5F38C", Length = "0x58")]
244 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
245 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Res), Member = "GetString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
246 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(InvalidOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
247 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
248 public override void WriteSurrogateCharEntity(char lowChar, char highChar)
249 {
250 throw null;
251 }
252
253 [global::Cpp2ILInjected.Token(Token = "0x600003B")]
254 [global::Cpp2ILInjected.Address(RVA = "0x1D5F3E4", Offset = "0x1D5F3E4", Length = "0x70")]
255 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
256 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "ChangeTextContentMark", MemberParameters = new object[] { typeof(bool) }, ReturnType = typeof(void))]
257 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteElementTextBlock", MemberParameters = new object[]
258 {
259 typeof(char*),
260 typeof(char*)
261 }, ReturnType = typeof(void))]
262 public unsafe override void WriteChars(char[] buffer, int index, int count)
263 {
264 throw null;
265 }
266
267 [global::Cpp2ILInjected.Token(Token = "0x600003C")]
268 [global::Cpp2ILInjected.Address(RVA = "0x1D5DDD8", Offset = "0x1D5DDD8", Length = "0x168")]
269 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
270 {
273 }, ReturnType = typeof(void))]
274 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriter), Member = ".ctor", MemberParameters = new object[]
275 {
276 typeof(Stream),
277 typeof(XmlWriterSettings)
278 }, ReturnType = typeof(void))]
279 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = ".ctor", MemberParameters = new object[]
280 {
282 typeof(XmlWriterSettings)
283 }, ReturnType = typeof(void))]
284 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = ".ctor", MemberParameters = new object[]
285 {
286 typeof(Stream),
287 typeof(XmlWriterSettings)
288 }, ReturnType = typeof(void))]
289 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
290 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
291 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(ByteStack), Member = ".ctor", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(void))]
292 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 10)]
293 private void Init(XmlWriterSettings settings)
294 {
295 throw null;
296 }
297
298 [global::Cpp2ILInjected.Token(Token = "0x600003D")]
299 [global::Cpp2ILInjected.Address(RVA = "0x1D5E6E4", Offset = "0x1D5E6E4", Length = "0xFC")]
300 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
301 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriterIndent), Member = "StartElementContent", ReturnType = typeof(void))]
302 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
303 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
304 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
305 protected void WriteMetaElement()
306 {
307 throw null;
308 }
309
310 [global::Cpp2ILInjected.Token(Token = "0x600003E")]
311 [global::Cpp2ILInjected.Address(RVA = "0x1D5F2CC", Offset = "0x1D5F2CC", Length = "0x10")]
312 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteString", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
313 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
314 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteElementTextBlock", MemberParameters = new object[]
315 {
316 typeof(char*),
317 typeof(char*)
318 }, ReturnType = typeof(void))]
319 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "RawText", MemberParameters = new object[]
320 {
321 typeof(char*),
322 typeof(char*)
323 }, ReturnType = typeof(void))]
324 protected unsafe void WriteHtmlElementTextBlock(char* pSrc, char* pSrcEnd)
325 {
326 throw null;
327 }
328
329 [global::Cpp2ILInjected.Token(Token = "0x600003F")]
330 [global::Cpp2ILInjected.Address(RVA = "0x1D5F28C", Offset = "0x1D5F28C", Length = "0x40")]
331 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
332 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteHtmlAttributeText", MemberParameters = new object[]
333 {
334 typeof(char*),
335 typeof(char*)
336 }, ReturnType = typeof(void))]
337 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "WriteAttributeTextBlock", MemberParameters = new object[]
338 {
339 typeof(char*),
340 typeof(char*)
341 }, ReturnType = typeof(void))]
342 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteUriAttributeText", MemberParameters = new object[]
343 {
344 typeof(char*),
345 typeof(char*)
346 }, ReturnType = typeof(void))]
347 protected unsafe void WriteHtmlAttributeTextBlock(char* pSrc, char* pSrcEnd)
348 {
349 throw null;
350 }
351
352 [global::Cpp2ILInjected.Token(Token = "0x6000040")]
353 [global::Cpp2ILInjected.Address(RVA = "0x1D5FEF4", Offset = "0x1D5FEF4", Length = "0x304")]
354 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
355 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteHtmlAttributeTextBlock", MemberParameters = new object[]
356 {
357 typeof(char*),
358 typeof(char*)
359 }, ReturnType = typeof(void))]
360 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
361 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlEncodedRawTextWriter), Member = "EncodeChar", MemberParameters = new object[]
362 {
363 typeof(ref char*),
364 typeof(char*),
365 typeof(ref char*)
366 }, ReturnType = typeof(void))]
367 private unsafe void WriteHtmlAttributeText(char* pSrc, char* pSrcEnd)
368 {
369 throw null;
370 }
371
372 [global::Cpp2ILInjected.Token(Token = "0x6000041")]
373 [global::Cpp2ILInjected.Address(RVA = "0x1D5FB64", Offset = "0x1D5FB64", Length = "0x390")]
374 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
375 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(HtmlEncodedRawTextWriter), Member = "WriteHtmlAttributeTextBlock", MemberParameters = new object[]
376 {
377 typeof(char*),
378 typeof(char*)
379 }, ReturnType = typeof(void))]
380 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
381 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(XmlUtf8RawTextWriter), Member = "CharToUTF8", MemberParameters = new object[]
382 {
383 typeof(ref char*),
384 typeof(char*),
385 typeof(ref byte*)
386 }, ReturnType = typeof(void))]
387 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(string), Member = "get_Chars", MemberParameters = new object[] { typeof(int) }, ReturnType = typeof(char))]
388 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
389 private unsafe void WriteUriAttributeText(char* pSrc, char* pSrcEnd)
390 {
391 throw null;
392 }
393
394 [global::Cpp2ILInjected.Token(Token = "0x6000042")]
395 [global::Cpp2ILInjected.Address(RVA = "0x1D5EDFC", Offset = "0x1D5EDFC", Length = "0x44")]
396 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
397 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
398 private void OutputRestAmps()
399 {
400 throw null;
401 }
402
403 [global::Cpp2ILInjected.Token(Token = "0x400002E")]
404 [global::Cpp2ILInjected.FieldOffset(Offset = "0xB8")]
406
407 [global::Cpp2ILInjected.Token(Token = "0x400002F")]
408 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC0")]
410
411 [global::Cpp2ILInjected.Token(Token = "0x4000030")]
412 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC4")]
414
415 [global::Cpp2ILInjected.Token(Token = "0x4000031")]
416 [global::Cpp2ILInjected.FieldOffset(Offset = "0xC8")]
417 private bool endsWithAmpersand;
418
419 [global::Cpp2ILInjected.Token(Token = "0x4000032")]
420 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD0")]
421 private byte[] uriEscapingBuffer;
422
423 [global::Cpp2ILInjected.Token(Token = "0x4000033")]
424 [global::Cpp2ILInjected.FieldOffset(Offset = "0xD8")]
425 private string mediaType;
426
427 [global::Cpp2ILInjected.Token(Token = "0x4000034")]
428 [global::Cpp2ILInjected.FieldOffset(Offset = "0xE0")]
430
431 [global::Cpp2ILInjected.Token(Token = "0x4000035")]
433
434 [global::Cpp2ILInjected.Token(Token = "0x4000036")]
436 }
437}
class f__AnonymousType0<< Count > j__TPar
unsafe override void WriteString(string text)
override void WriteEndElement(string prefix, string localName, string ns)
override void WriteProcessingInstruction(string target, string text)
unsafe override void WriteChars(char[] buffer, int index, int count)
void Init(XmlWriterSettings settings)
unsafe void WriteHtmlElementTextBlock(char *pSrc, char *pSrcEnd)
static TernaryTreeReadOnly attributePropertySearch
override void WriteXmlDeclaration(string xmldecl)
unsafe void WriteHtmlAttributeTextBlock(char *pSrc, char *pSrcEnd)
override void WriteDocType(string name, string pubid, string sysid, string subset)
HtmlEncodedRawTextWriter(Stream stream, XmlWriterSettings settings)
override void WriteStartElement(string prefix, string localName, string ns)
HtmlEncodedRawTextWriter(TextWriter writer, XmlWriterSettings settings)
override void WriteXmlDeclaration(XmlStandalone standalone)
static TernaryTreeReadOnly elementPropertySearch
unsafe void WriteHtmlAttributeText(char *pSrc, char *pSrcEnd)
override void WriteStartAttribute(string prefix, string localName, string ns)
unsafe void WriteUriAttributeText(char *pSrc, char *pSrcEnd)
override void WriteSurrogateCharEntity(char lowChar, char highChar)
override void WriteFullEndElement(string prefix, string localName, string ns)
XmlEncodedRawTextWriter(XmlWriterSettings settings)