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

Definition at line 60 of file XmlEncodedRawTextWriterIndent.cs.

61 {
62 int num = this.indentLevel;
63 bool flag = this.mixedContent;
64 this.indentLevel = num;
65 if (!flag)
66 {
67 int contentPos = this.contentPos;
68 int bufPos = this.bufPos;
69 int textPos = this.textPos;
70 this.WriteIndent();
71 }
72 BitStack bitStack = this.mixedContentStack;
73 uint curr = bitStack.curr;
74 int stackPos = bitStack.stackPos;
75 uint[] bitStack2 = bitStack.bitStack;
76 bitStack.stackPos = stackPos;
77 bitStack.curr = (uint)stackPos;
78 this.mixedContent = curr != 0U;
79 base.WriteEndElement(prefix, localName, ns);
80 }
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().