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

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

Definition at line 191 of file XmlWellFormedWriter.cs.

192 {
193 if (this.rawWriter != null)
194 {
195 string xmlLang = this.elemScopeStack.xmlLang;
196 return;
197 }
199 XmlWellFormedWriter.ElementScope[] array = this.elemScopeStack;
200 bool flag = this.useNsHashtable;
201 XmlSpace xmlSpace = array.xmlSpace;
202 if (flag)
203 {
204 int num = this.nsTop;
205 }
206 this.nsTop = (int)xmlSpace;
208 ConformanceLevel conformanceLevel = this.conformanceLevel;
209 int num2 = 7;
211 }
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.