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

◆ WriteFullEndElement() [2/2]

override void System.Xml.HtmlEncodedRawTextWriter.WriteFullEndElement ( string prefix,
string localName,
string ns )
inlinepackagevirtual

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 137 of file HtmlEncodedRawTextWriter.cs.

138 {
139 if (ns._stringLength != 0)
140 {
141 base.WriteFullEndElement(prefix, localName, ns);
142 return;
143 }
144 if (this.trackTextContent && this.inTextContent)
145 {
146 long num = 0L;
147 base.ChangeTextContentMark(num != 0L);
148 }
149 ElementProperties elementProperties = this.currentElementProperties;
150 char[] bufChars = this.bufChars;
151 int num2 = 60;
152 int num3 = 47;
153 bufChars.m_value = (char)num2;
154 bufChars.m_value = (char)num3;
155 char[] bufChars2 = this.bufChars;
157 ByteStack byteStack = this.elementScope;
159 int size = byteStack.size;
160 }
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.Xml.ByteStack.size, and System.Xml.XmlEncodedRawTextWriter.trackTextContent.