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

◆ DtdParserProxy_OnNewLine()

void System.Xml.XmlTextReaderImpl.DtdParserProxy_OnNewLine ( int pos)
inlinepackage

Definition at line 893 of file XmlTextReaderImpl.cs.

894 {
895 int lineNo = this.ps.lineNo;
896 this.ps.lineNo = lineNo;
897 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingState ps

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

Referenced by System.Xml.XmlTextReaderImpl.DtdParserProxy.OnNewLine().