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

Reimplemented from System.Xml.XmlRawWriter.

Definition at line 129 of file QueryOutputWriter.cs.

130 {
132 if (this.checkWellFormedDoc)
133 {
134 int num = this.depth;
135 this.depth = num;
136 }
137 if (this.lookupCDataElems != null)
138 {
139 BitStack bitStack = this.bitsCData;
140 uint curr = bitStack.curr;
141 bitStack.curr = curr;
142 int stackPos = bitStack.stackPos;
143 uint[] bitStack2 = bitStack.bitStack;
144 bitStack.stackPos = stackPos;
145 bitStack.curr = (uint)stackPos;
146 }
147 }
class f__AnonymousType0<< Count > j__TPar
Dictionary< XmlQualifiedName, int > lookupCDataElems

References System.Xml.QueryOutputWriter.bitsCData, System.Xml.BitStack.bitStack, System.Xml.QueryOutputWriter.checkWellFormedDoc, System.Xml.BitStack.curr, System.Xml.QueryOutputWriter.depth, j__TPar, System.Xml.QueryOutputWriter.lookupCDataElems, System.Xml.BitStack.stackPos, and System.Xml.QueryOutputWriter.wrapped.