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

◆ ScanNmtoken()

void System.Xml.DtdParser.ScanNmtoken ( )
inlineprivate

Definition at line 1431 of file DtdParser.cs.

1432 {
1433 int num = this.curPos;
1434 this.tokenStartPos = num;
1435 char[] array = this.chars;
1436 if (this.xmlCharType == null)
1437 {
1438 int num2 = this.charsUsed;
1439 this.curPos = num;
1440 if (this.ReadData() == 0)
1441 {
1442 int num3 = this.curPos;
1443 this.Throw(num3, "Unexpected end of file while parsing {0} has occurred.", "NmToken");
1444 }
1445 int num4 = this.curPos;
1447 return;
1448 }
1449 this.curPos = num;
1450 }
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.

Referenced by System.Xml.DtdParser.GetToken(), and System.Xml.DtdParser.ScanNmtokenExpected().