terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Public Member Functions | |
ElementWriter (XmlWriter writer) | |
void | WriteElement (XElement e) |
Private Member Functions | |
string | GetPrefixOfNamespace (XNamespace ns, bool allowDefaultNamespace) |
void | PushAncestors (XElement e) |
void | PushElement (XElement e) |
void | WriteEndElement () |
void | WriteFullEndElement () |
void | WriteStartElement (XElement e) |
Private Attributes | |
XmlWriter | _writer |
NamespaceResolver | _resolver |
Definition at line 8 of file ElementWriter.cs.