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

◆ ScanCondSection3()

DtdParser.Token System.Xml.DtdParser.ScanCondSection3 ( )
inlineprivate

Definition at line 1358 of file DtdParser.cs.

1359 {
1360 int num = 1;
1361 char[] array = this.chars;
1362 XmlCharType xmlCharType = this.xmlCharType;
1363 this.curPos = num;
1364 return "There is an unclosed conditional section.";
1365 }
class f__AnonymousType0<< Count > j__TPar
XmlCharType xmlCharType

References System.array, System.Xml.DtdParser.chars, j__TPar, and System.Xml.DtdParser.xmlCharType.