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

◆ XmlWellFormedWriter() [1/2]

System.Xml.XmlWellFormedWriter.XmlWellFormedWriter ( XmlWriter writer,
XmlWriterSettings settings )
inlinepackage

Definition at line 13 of file XmlWellFormedWriter.cs.

14 {
15 XmlCharType instance = XmlCharType.Instance;
16 this.xmlCharType = instance;
17 base..ctor();
19 if (writer != null)
20 {
21 }
22 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlCharType.Instance, j__TPar, and System.Xml.XmlWellFormedWriter.writer.