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

◆ XmlTextReaderImpl() [5/5]

System.Xml.XmlTextReaderImpl.XmlTextReaderImpl ( string xmlFragment,
XmlParserContext context )
inlinepackage

Definition at line 91 of file XmlTextReaderImpl.cs.

92 {
93 if (context == null)
94 {
95 return;
96 }
97 if (context._nt != null)
98 {
99 return;
100 }
102 string text = "<?xml " + xmlFragment + "?>";
103 }
class f__AnonymousType0<< Count > j__TPar
static Encoding Unicode
Definition Encoding.cs:799

References System.Xml.XmlParserContext._nt, j__TPar, System.text, and System.Text.Encoding.Unicode.