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()

override void System.Xml.XmlWellFormedWriter.WriteEndElement ( )
inline

Definition at line 168 of file XmlWellFormedWriter.cs.

169 {
170 if (this.rawWriter != null)
171 {
172 string xmlLang = this.elemScopeStack.xmlLang;
173 return;
174 }
176 XmlWellFormedWriter.ElementScope[] array = this.elemScopeStack;
177 bool flag = this.useNsHashtable;
178 XmlSpace xmlSpace = array.xmlSpace;
179 if (flag)
180 {
181 int num = this.nsTop;
182 }
183 this.nsTop = (int)xmlSpace;
185 ConformanceLevel conformanceLevel = this.conformanceLevel;
186 int num2 = 7;
188 }
class f__AnonymousType0<< Count > j__TPar
XmlWellFormedWriter.ElementScope[] elemScopeStack

References System.array, System.Xml.XmlWellFormedWriter.conformanceLevel, System.Xml.XmlWellFormedWriter.elemScopeStack, j__TPar, System.Xml.XmlWellFormedWriter.nsTop, System.Xml.XmlWellFormedWriter.rawWriter, System.Xml.XmlWellFormedWriter.useNsHashtable, and System.Xml.XmlWellFormedWriter.writer.