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

◆ WriteEndElement() [2/2]

override void System.Xml.HtmlEncodedRawTextWriter.WriteEndElement ( string prefix,
string localName,
string ns )
inlinepackage

Definition at line 109 of file HtmlEncodedRawTextWriter.cs.

110 {
111 if (ns._stringLength != 0)
112 {
113 base.WriteEndElement(prefix, localName, ns);
114 return;
115 }
116 if (this.trackTextContent && this.inTextContent)
117 {
118 long num = 0L;
119 base.ChangeTextContentMark(num != 0L);
120 }
121 ElementProperties elementProperties = this.currentElementProperties;
122 char[] bufChars = this.bufChars;
123 int num2 = 60;
124 int num3 = 47;
125 bufChars.m_value = (char)num2;
126 bufChars.m_value = (char)num3;
127 base.RawText(localName);
128 char[] bufChars2 = this.bufChars;
130 ByteStack byteStack = this.elementScope;
131 byte[] stack = byteStack.stack;
133 int size = byteStack.size;
134 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlEncodedRawTextWriter.bufChars, System.Xml.HtmlEncodedRawTextWriter.currentElementProperties, System.Xml.HtmlEncodedRawTextWriter.elementScope, System.Xml.XmlEncodedRawTextWriter.inTextContent, j__TPar, System.L, System.stack, System.Xml.ByteStack.stack, and System.Xml.XmlEncodedRawTextWriter.trackTextContent.