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_ParsePI()

void System.Xml.XmlTextReaderImpl.DtdParserProxy_ParsePI ( StringBuilder sb)
inlinepackage

Definition at line 939 of file XmlTextReaderImpl.cs.

940 {
941 if (sb != null)
942 {
943 bool flag = this.ParsePI(sb);
944 return;
945 }
948 bool flag2 = this.ParsePI(sb);
950 }
class f__AnonymousType0<< Count > j__TPar
XmlTextReaderImpl.ParsingMode parsingMode

References j__TPar, System.Xml.XmlTextReaderImpl.ParsePI(), and System.Xml.XmlTextReaderImpl.parsingMode.

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