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

◆ XmlUtf8RawTextWriter() [1/2]

System.Xml.XmlUtf8RawTextWriter.XmlUtf8RawTextWriter ( XmlWriterSettings settings)
inlineprotected

Definition at line 14 of file XmlUtf8RawTextWriter.cs.

15 {
16 XmlCharType instance = XmlCharType.Instance;
17 this.xmlCharType = instance;
18 this.bufLen = 6144;
19 base..ctor();
20 bool flag = settings.useAsync;
21 this.useAsync = flag;
22 NewLineHandling newLineHandling = settings.newLineHandling;
24 bool omitXmlDecl = settings.omitXmlDecl;
25 this.omitXmlDeclaration = omitXmlDecl;
26 string text = settings.newLineChars;
28 bool flag2 = settings.checkCharacters;
30 bool flag3 = settings.closeOutput;
32 XmlStandalone xmlStandalone = settings.standalone;
34 XmlOutputMethod xmlOutputMethod = settings.outputMethod;
36 bool flag4 = settings.mergeCDataSections;
38 if (newLineHandling == NewLineHandling.Replace && flag2)
39 {
40 long num = 0L;
41 this.ValidateContentChars(text, "NewLineChars", num != 0L);
42 return;
43 }
44 }
class f__AnonymousType0<< Count > j__TPar
void ValidateContentChars(string chars, string propertyName, bool allowOnlyWhitespace)

References System.Xml.XmlWriterSettings.checkCharacters, System.Xml.XmlWriterSettings.closeOutput, System.Xml.XmlCharType.Instance, j__TPar, System.L, System.Xml.XmlWriterSettings.mergeCDataSections, System.Xml.XmlWriterSettings.newLineChars, System.Xml.XmlUtf8RawTextWriter.newLineHandling, System.Xml.XmlWriterSettings.newLineHandling, System.Xml.XmlWriterSettings.omitXmlDecl, System.Xml.XmlWriterSettings.outputMethod, System.Xml.XmlWriterSettings.standalone, System.text, System.Xml.XmlWriterSettings.useAsync, and System.Xml.XmlUtf8RawTextWriter.ValidateContentChars().