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

Reimplemented from System.Xml.XmlUtf8RawTextWriter.

Definition at line 72 of file XmlUtf8RawTextWriterIndent.cs.

73 {
74 int num = this.indentLevel;
75 bool flag = this.mixedContent;
76 this.indentLevel = num;
77 int bufPos;
78 if (!flag)
79 {
80 int contentPos = this.contentPos;
81 bufPos = this.bufPos;
82 int textPos = this.textPos;
83 this.WriteIndent();
84 }
85 bool flag2 = this.mixedContentStack.PopBit();
86 this.mixedContent = bufPos != 0;
87 base.WriteFullEndElement(prefix, localName, ns);
88 }
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().