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

◆ XmlEncodedRawTextWriter() [2/3]

System.Xml.XmlEncodedRawTextWriter.XmlEncodedRawTextWriter ( TextWriter writer,
XmlWriterSettings settings )
inline

Definition at line 47 of file XmlEncodedRawTextWriter.cs.

48 {
51 if (settings.useAsync)
52 {
53 int num = 1;
54 this.bufLen = num;
55 return;
56 }
57 int num2 = this.bufLen;
58 if (settings.autoXmlDecl)
59 {
60 XmlStandalone xmlStandalone = this.standalone;
61 int num3 = 1;
62 this.autoXmlDeclaration = num3 != 0;
63 }
64 }
class f__AnonymousType0<< Count > j__TPar

References System.Xml.XmlWriterSettings.autoXmlDecl, System.Xml.XmlEncodedRawTextWriter.bufLen, j__TPar, System.Xml.XmlEncodedRawTextWriter.standalone, System.Xml.XmlWriterSettings.useAsync, and System.Xml.XmlEncodedRawTextWriter.writer.