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

◆ Create() [1/2]

static XmlWriter System.Xml.XmlWriter.Create ( Stream output,
XmlWriterSettings settings )
inlinestaticinherited

Definition at line 118 of file XmlWriter.cs.

119 {
120 if (output == null)
121 {
122 }
124 return xmlWriter;
125 }
class f__AnonymousType0<< Count > j__TPar

References j__TPar.

Referenced by System.Xml.XmlAutoDetectWriter.CreateWrappedWriter().