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

◆ CreateWriter() [2/2]

XmlWriter System.Xml.XmlWriterSettings.CreateWriter ( TextWriter output)
inlinepackage

Definition at line 354 of file XmlWriterSettings.cs.

355 {
356 if (output != null)
357 {
358 XmlOutputMethod xmlOutputMethod = this.outputMethod;
359 TriState triState = this.indent;
360 TriState triState2 = this.indent;
361 XmlOutputMethod xmlOutputMethod2 = this.outputMethod;
363 if (this.useAsync)
364 {
365 }
366 }
367 throw new InvalidCastException();
368 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlWriterSettings.indent, System.Xml.XmlWriterSettings.IsQuerySpecific, j__TPar, System.Xml.XmlWriterSettings.outputMethod, and System.Xml.XmlWriterSettings.useAsync.