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() [2/2]

System.Xml.XmlUtf8RawTextWriter.XmlUtf8RawTextWriter ( Stream stream,
XmlWriterSettings settings )
inline

Definition at line 47 of file XmlUtf8RawTextWriter.cs.

48 {
50 Encoding encoding = settings.encoding;
52 if (settings.useAsync)
53 {
54 int num = 1;
55 this.bufLen = num;
56 return;
57 }
58 int num2 = this.bufLen;
59 if (stream == null && this.encoding.dataItem != null)
60 {
61 byte[] array = this.bufBytes;
62 int num3 = this.bufPos;
64 }
65 if (settings.autoXmlDecl)
66 {
67 XmlStandalone xmlStandalone = this.standalone;
68 int num4 = 1;
69 this.autoXmlDeclaration = num4 != 0;
70 }
71 }
class f__AnonymousType0<< Count > j__TPar
CodePageDataItem dataItem
Definition Encoding.cs:1017

References System.array, System.Xml.XmlWriterSettings.autoXmlDecl, System.Xml.XmlUtf8RawTextWriter.bufBytes, System.Xml.XmlUtf8RawTextWriter.bufLen, System.Xml.XmlUtf8RawTextWriter.bufPos, System.Text.Encoding.dataItem, System.Xml.XmlUtf8RawTextWriter.encoding, System.Xml.XmlWriterSettings.encoding, j__TPar, System.Xml.XmlUtf8RawTextWriter.standalone, System.Xml.XmlUtf8RawTextWriter.stream, and System.Xml.XmlWriterSettings.useAsync.