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

Definition at line 53 of file XmlUtf8RawTextWriterIndent.cs.

54 {
55 int num = this.indentLevel;
56 bool flag = this.mixedContent;
57 this.indentLevel = num;
58 int bufPos;
59 if (!flag)
60 {
61 int contentPos = this.contentPos;
62 bufPos = this.bufPos;
63 int textPos = this.textPos;
64 this.WriteIndent();
65 }
66 bool flag2 = this.mixedContentStack.PopBit();
67 this.mixedContent = bufPos != 0;
68 base.WriteEndElement(prefix, localName, ns);
69 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlUtf8RawTextWriter.bufPos, System.Xml.XmlUtf8RawTextWriter.contentPos, System.Xml.XmlUtf8RawTextWriterIndent.indentLevel, j__TPar, System.Xml.XmlUtf8RawTextWriterIndent.mixedContent, System.Xml.XmlUtf8RawTextWriterIndent.mixedContentStack, System.Xml.BitStack.PopBit(), System.Xml.XmlUtf8RawTextWriter.textPos, and System.Xml.XmlUtf8RawTextWriterIndent.WriteIndent().