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

◆ Close()

override void System.Xml.XmlWellFormedWriter.Close ( )
inlinevirtual

Reimplemented from System.Xml.XmlWriter.

Definition at line 419 of file XmlWellFormedWriter.cs.

420 {
423 {
424 int num = this.elemTop;
426 return;
427 }
428 int num2 = this.elemTop;
430 XmlRawWriter xmlRawWriter = this.rawWriter;
431 if (xmlRawWriter != null)
432 {
433 }
434 XmlRawWriterBase64Encoder base64Encoder = xmlRawWriter.base64Encoder;
435 }
class f__AnonymousType0<< Count > j__TPar
XmlRawWriterBase64Encoder base64Encoder
XmlWellFormedWriter.State currentState

References System.Xml.XmlWellFormedWriter.currentState, System.Xml.XmlWellFormedWriter.elemTop, j__TPar, System.Xml.XmlWellFormedWriter.rawWriter, System.state, and System.Xml.XmlWellFormedWriter.writeEndDocumentOnClose.