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

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 106 of file HtmlUtf8RawTextWriter.cs.

107 {
108 if (ns._stringLength != 0)
109 {
110 base.WriteFullEndElement(prefix, localName, ns);
111 return;
112 }
113 ElementProperties elementProperties = this.currentElementProperties;
114 byte[] bufBytes = this.bufBytes;
115 byte[] bufBytes2 = this.bufBytes;
116 base.RawText(localName);
117 byte[] bufBytes3 = this.bufBytes;
118 ByteStack byteStack = this.elementScope;
119 byte[] stack = byteStack.stack;
121 int size = byteStack.size;
122 }
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.