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

◆ WriteStartElement()

override void System.Xml.HtmlEncodedRawTextWriterIndent.WriteStartElement ( string prefix,
string localName,
string ns )
inline

Definition at line 40 of file HtmlEncodedRawTextWriterIndent.cs.

41 {
42 if (this.trackTextContent && this.inTextContent)
43 {
44 long num = 0L;
45 base.ChangeTextContentMark(num != 0L);
46 }
47 ByteStack elementScope = this.elementScope;
49 if (ns._stringLength != 0)
50 {
51 int bufPos = this.bufPos;
52 int num2 = 192;
53 string newLineChars = this.newLineChars;
55 this.WriteIndent();
56 int bufPos2 = this.bufPos;
57 char[] bufChars = this.bufChars;
58 if (prefix._stringLength != 0)
59 {
60 base.RawText(prefix);
61 int bufPos3 = this.bufPos;
62 int num3 = 58;
63 return;
64 }
65 }
66 else
67 {
68 int bufPos4 = this.bufPos;
69 int num3;
71 string newLineChars2 = this.newLineChars;
72 this.WriteIndent();
73 int bufPos5 = this.bufPos;
74 int num4 = this.indentLevel;
76 }
77 base.RawText(localName);
78 int bufPos6 = this.bufPos;
80 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlEncodedRawTextWriter.bufChars, System.Xml.XmlEncodedRawTextWriter.bufPos, System.Xml.HtmlEncodedRawTextWriter.currentElementProperties, System.Xml.HtmlEncodedRawTextWriter.elementScope, System.Xml.HtmlEncodedRawTextWriterIndent.indentLevel, System.Xml.XmlEncodedRawTextWriter.inTextContent, j__TPar, System.L, System.Xml.XmlEncodedRawTextWriter.newLineChars, System.Xml.XmlEncodedRawTextWriter.trackTextContent, and System.Xml.HtmlEncodedRawTextWriterIndent.WriteIndent().