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

◆ ParseNotationDecl()

void System.Xml.DtdParser.ParseNotationDecl ( )
inlineprivate

Definition at line 435 of file DtdParser.cs.

436 {
437 int num = 1;
438 DtdParser.Token token = this.GetToken(num != 0);
439 this.OnUnexpectedError();
440 long num2 = 0L;
441 XmlQualifiedName nameQualified = this.GetNameQualified(num2 != 0L);
443 string name = nameQualified.name;
444 if (this.validate)
445 {
446 string name2 = nameQualified.name;
447 int num3 = this.curPos;
448 int stringLength = name2._stringLength;
449 }
450 }
class f__AnonymousType0<< Count > j__TPar
SchemaInfo schemaInfo
XmlQualifiedName GetNameQualified(bool canHavePrefix)
DtdParser.Token GetToken(bool needWhiteSpace)
Definition DtdParser.cs:538
Dictionary< string, SchemaNotation > Notations

References System.Xml.DtdParser.curPos, System.Xml.DtdParser.GetNameQualified(), System.Xml.DtdParser.GetToken(), j__TPar, System.L, System.name, System.Xml.XmlQualifiedName.name, System.Xml.Schema.SchemaInfo.Notations, System.Xml.DtdParser.OnUnexpectedError(), System.Xml.DtdParser.schemaInfo, and System.Xml.DtdParser.validate.