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

◆ ScanQName() [2/2]

void System.Xml.DtdParser.ScanQName ( bool isQName)
inlineprivate

Definition at line 1382 of file DtdParser.cs.

1383 {
1384 int num = this.curPos;
1385 this.tokenStartPos = num;
1386 char[] array = this.chars;
1387 XmlCharType xmlCharType = this.xmlCharType;
1388 int num2 = this.charsUsed;
1389 this.curPos = num;
1390 int num3 = this.ReadData();
1391 int num4 = this.curPos;
1393 this.curPos = num;
1394 while (num3 != 0)
1395 {
1396 }
1397 this.Throw(num, "Unexpected end of file while parsing {0} has occurred.", "Name");
1398 }
class f__AnonymousType0<< Count > j__TPar
void Throw(int curPos, string res)
XmlCharType xmlCharType

References System.array, System.Xml.DtdParser.chars, System.Xml.DtdParser.charsUsed, System.Xml.DtdParser.curPos, j__TPar, System.Xml.DtdParser.ReadData(), System.Xml.DtdParser.Throw(), and System.Xml.DtdParser.xmlCharType.