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

Reimplemented from System.Xml.XmlEncodedRawTextWriter.

Definition at line 83 of file XmlEncodedRawTextWriterIndent.cs.

84 {
85 int num = this.indentLevel;
86 bool flag = this.mixedContent;
87 this.indentLevel = num;
88 if (!flag)
89 {
90 int contentPos = this.contentPos;
91 int bufPos = this.bufPos;
92 int textPos = this.textPos;
93 this.WriteIndent();
94 }
95 BitStack bitStack = this.mixedContentStack;
96 uint curr = bitStack.curr;
97 int stackPos = bitStack.stackPos;
98 uint[] bitStack2 = bitStack.bitStack;
99 bitStack.stackPos = stackPos;
100 bitStack.curr = (uint)stackPos;
101 this.mixedContent = curr != 0U;
102 base.WriteFullEndElement(prefix, localName, ns);
103 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.BitStack.bitStack, System.Xml.XmlEncodedRawTextWriter.bufPos, System.Xml.XmlEncodedRawTextWriter.contentPos, System.Xml.BitStack.curr, System.Xml.XmlEncodedRawTextWriterIndent.indentLevel, j__TPar, System.Xml.XmlEncodedRawTextWriterIndent.mixedContent, System.Xml.XmlEncodedRawTextWriterIndent.mixedContentStack, System.Xml.BitStack.stackPos, System.Xml.XmlEncodedRawTextWriter.textPos, System.U, and System.Xml.XmlEncodedRawTextWriterIndent.WriteIndent().