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

System.Xml.XmlTextReaderImpl.XmlTextReaderImpl ( string url,
TextReader input,
XmlNameTable nt )
inlinepackage

Definition at line 53 of file XmlTextReaderImpl.cs.

54 {
55 if (url == null)
56 {
57 }
58 Encoding encoding = this.ps.encoding;
59 this.reportedEncoding = encoding;
60 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

References j__TPar, System.Xml.XmlTextReaderImpl.ps, and System.Xml.XmlTextReaderImpl.url.