terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ WriteCData()

override void System.Xml.XmlUtf8RawTextWriter.WriteCData ( string text)
inline

Definition at line 252 of file XmlUtf8RawTextWriter.cs.

253 {
254 if (this.mergeCDataSections)
255 {
256 int num = this.cdataPos;
257 return;
258 }
259 byte[] array = this.bufBytes;
260 int num2 = 60;
261 byte[] array2 = this.bufBytes;
263 byte[] array3 = this.bufBytes;
265 byte[] array4 = this.bufBytes;
266 byte[] array5 = this.bufBytes;
267 byte[] array6 = this.bufBytes;
268 int num3 = 65;
269 byte[] array7 = this.bufBytes;
270 int num4 = 84;
272 byte[] array8 = this.bufBytes;
274 byte[] array9 = this.bufBytes;
276 this.WriteCDataSection(text);
277 byte[] array10 = this.bufBytes;
279 byte[] array11 = this.bufBytes;
281 byte[] array12 = this.bufBytes;
283 int num5 = this.bufPos;
286 }
class f__AnonymousType0<< Count > j__TPar

References System.array, System.Xml.XmlUtf8RawTextWriter.bufBytes, System.Xml.XmlUtf8RawTextWriter.bufPos, System.Xml.XmlUtf8RawTextWriter.cdataPos, j__TPar, System.Xml.XmlUtf8RawTextWriter.mergeCDataSections, and System.Xml.XmlUtf8RawTextWriter.WriteCDataSection().