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.HtmlEncodedRawTextWriter.WriteStartElement ( string prefix,
string localName,
string ns )
inline

Definition at line 79 of file HtmlEncodedRawTextWriter.cs.

80 {
81 ByteStack byteStack = this.elementScope;
82 ElementProperties elementProperties = this.currentElementProperties;
83 if (ns._stringLength != 0)
84 {
85 int num = 128;
87 base.WriteStartElement(prefix, localName, ns);
88 return;
89 }
90 if (this.trackTextContent && this.inTextContent)
91 {
92 long num2 = 0L;
93 base.ChangeTextContentMark(num2 != 0L);
94 }
95 char[] bufChars = this.bufChars;
96 base.RawText(localName);
97 int bufPos = this.bufPos;
99 }
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.XmlEncodedRawTextWriter.inTextContent, j__TPar, System.L, and System.Xml.XmlEncodedRawTextWriter.trackTextContent.