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

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

Definition at line 63 of file XmlTextReaderImpl.cs.

64 {
65 if (context == null || context._nt == null)
66 {
67 }
68 if (xmlFragment != null)
69 {
70 if (context != null)
71 {
72 string baseURI = context._baseURI;
73 this.reportedBaseUri = baseURI;
74 return;
75 }
76 }
77 else
78 {
79 while (context != null)
80 {
81 }
82 }
84 long num = 0L;
85 this.InitFragmentReader(fragType, context, num != 0L);
86 Encoding encoding = this.ps.encoding;
87 this.reportedEncoding = encoding;
88 }
class f__AnonymousType0<< Count > j__TPar
static Encoding Unicode
Definition Encoding.cs:799
XmlTextReaderImpl.ParsingState ps
void InitFragmentReader(XmlNodeType fragmentType, XmlParserContext parserContext, bool allowXmlDeclFragment)

References System.Xml.XmlParserContext._baseURI, System.Xml.XmlParserContext._nt, System.Xml.XmlTextReaderImpl.InitFragmentReader(), j__TPar, System.L, System.Xml.XmlTextReaderImpl.ps, and System.Text.Encoding.Unicode.