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

◆ ParseElementDecl()

void System.Xml.DtdParser.ParseElementDecl ( )
inlineprivate

Definition at line 383 of file DtdParser.cs.

384 {
385 int num = 1;
386 DtdParser.Token token = this.GetToken(num != 0);
387 int num2 = 1;
388 XmlQualifiedName nameQualified = this.GetNameQualified(num2 != 0);
390 if (this.validate)
391 {
392 string name = nameQualified.name;
393 int num3 = this.curPos;
394 int num4 = this.tokenStartPos;
395 char[] array = this.chars;
396 int stringLength = name._stringLength;
397 return;
398 }
399 int num5 = this.externalEntitiesDepth;
400 int num6 = 1;
401 DtdParser.Token token2 = this.GetToken(num6 != 0);
402 if (num5 == 0)
403 {
404 }
405 }
class f__AnonymousType0<< Count > j__TPar
SchemaInfo schemaInfo
XmlQualifiedName GetNameQualified(bool canHavePrefix)
DtdParser.Token GetToken(bool needWhiteSpace)
Definition DtdParser.cs:538
Dictionary< XmlQualifiedName, SchemaElementDecl > elementDecls

References System.array, System.Xml.DtdParser.chars, System.Xml.DtdParser.curPos, System.Xml.Schema.SchemaInfo.elementDecls, System.Xml.DtdParser.externalEntitiesDepth, System.Xml.DtdParser.GetNameQualified(), System.Xml.DtdParser.GetToken(), j__TPar, System.name, System.Xml.XmlQualifiedName.name, System.Xml.DtdParser.schemaInfo, System.Xml.DtdParser.tokenStartPos, and System.Xml.DtdParser.validate.