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.HtmlUtf8RawTextWriter.WriteEndElement ( string prefix,
string localName,
string ns )
inlinepackage

Definition at line 88 of file HtmlUtf8RawTextWriter.cs.

89 {
90 if (ns._stringLength != 0)
91 {
92 base.WriteEndElement(prefix, localName, ns);
93 return;
94 }
95 ElementProperties elementProperties = this.currentElementProperties;
96 byte[] bufBytes = this.bufBytes;
97 base.RawText(localName);
98 byte[] bufBytes2 = this.bufBytes;
99 ByteStack byteStack = this.elementScope;
100 byte[] stack = byteStack.stack;
102 int size = byteStack.size;
103 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.bufBytes, System.Xml.HtmlUtf8RawTextWriter.currentElementProperties, System.Xml.HtmlUtf8RawTextWriter.elementScope, j__TPar, System.stack, and System.Xml.ByteStack.stack.